ImporterContext (struct)¶
The ImporterContext represents the context at which a value is pulled for an import operation. Most of the getter methods on the ImporterObject will require the ImporterContext to be provided.
Members¶
Float32 | time | |
SInt32 | lod | |
String | variation | |
ImporterHost | host |
Methods¶
ImporterContext ( in ImporterContext other ) | |
ImporterContext () | |
ImporterContext | clone ? () |
Boolean | equals ? ( in ImporterContext other ) |
Methods in detail¶
ImporterContext ( in ImporterContext other )
copy constructor
ImporterContext ImporterContext.clone? ()
clone method
Boolean ImporterContext.equals? ( in ImporterContext other )