menu
three_js_advanced_loaders package
documentation
collada/collada_parser.dart
ColladaParser
hasNode method
hasNode method
dark_mode
light_mode
hasNode
method
bool
hasNode
(
dynamic
id
)
Implementation
bool hasNode( id ) { return library['nodes']?[ id ] != null; }
three_js_advanced_loaders package
documentation
collada/collada_parser
ColladaParser
hasNode method
ColladaParser class