ImporterGroup (object)

The ImporterGroup represents a group inside of a hierarchy. The main difference between the ImporterTransform is that the ImporterGroup also stores members. The members don’t have to be in the same hierarchy, then can be anywhere in the import structure.

ImporterGroup ImporterGroup ImporterGroup ImporterTransform ImporterTransform ImporterGroup->ImporterTransform ImporterObject ImporterObject ImporterTransform->ImporterObject ImporterTransform_Virtuals ImporterTransform_Virtuals ImporterTransform->ImporterTransform_Virtuals ImporterObject_Virtuals ImporterObject_Virtuals ImporterObject->ImporterObject_Virtuals ImporterLayer ImporterLayer ImporterLayer->ImporterGroup

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

  ImporterGroup ( in ImporterGroup other )
  ImporterGroup ( in String id, in String path )
  ImporterGroup ()
  addMember ! ( in String member )
ImporterGroup clone ? ()
UInt32 getMemberCount ? ( in ImporterContext context )
Ref<ImporterObject>[] getMembers ? ( in ImporterContext context )
  initialize ! ( in String id, in String path, in String type )
  setMembers ! ( in String members[] )

Methods in detail

ImporterGroup ( in ImporterGroup other )

copy constructor


ImporterGroup ( in String id, in String path )


ImporterGroup ()

default constructor


ImporterGroup.addMember! ( in String member )


ImporterGroup ImporterGroup.clone? ()

clone method


UInt32 ImporterGroup.getMemberCount? ( in ImporterContext context )


Ref<ImporterObject>[] ImporterGroup.getMembers? ( in ImporterContext context )


ImporterGroup.initialize! ( in String id, in String path, in String type )


ImporterGroup.setMembers! ( in String members[] )