ImporterLayer (object)¶
The ImporterLayer represents a special ImporterGroup type. It is used for Importer implementations which can differentiate between a group and a layer.
Members¶
Importer | importer | |
ImporterCallback | callback | |
String | id | |
UInt32 | version | |
Ref<ImporterObject> | parentObject | |
String | path | |
String | type | |
String[] | curves | |
ImporterProperty[String] | properties | |
ImporterProperty[String] | propertyCaches | |
Boolean[String] | propertyConstant | |
ImporterObjectMetaData | metaData | |
ImporterContext | defaultContext | |
ImporterObjectContexts | lastContextsPerProperty | |
Boolean | transformSetOnce |
Methods¶
ImporterLayer ( in ImporterLayer other ) | |
ImporterLayer ( in String id, in String path ) | |
ImporterLayer () | |
ImporterLayer | clone ? () |
initialize ! ( in String id, in String path, in String type ) |
Methods in detail¶
ImporterLayer ( in ImporterLayer other )
copy constructor
ImporterLayer ( in String id, in String path )
default constructor
ImporterLayer ImporterLayer.clone? ()
clone method
ImporterLayer.initialize! ( in String id, in String path, in String type )