ImporterAnimCurve (object)

The ImporterAnimCurve represents an animation curve being imported. The curve contains a KeyframeTrack property storing the actual animation curve data.

ImporterAnimCurve ImporterAnimCurve ImporterAnimCurve ImporterObject ImporterObject ImporterAnimCurve->ImporterObject ImporterObject_Virtuals ImporterObject_Virtuals ImporterObject->ImporterObject_Virtuals

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  

Methods

  ImporterAnimCurve ( in ImporterAnimCurve other )
  ImporterAnimCurve ( in String id, in String path )
  ImporterAnimCurve ()
ImporterAnimCurve clone ? ()
String getTargetPath ? ( in ImporterContext context )
KeyframeTrack getTrack ? ( in ImporterContext context )
  initialize ! ( in String id, in String path, in String type )
  setTargetPath ! ( in String targetPath )
  setTrack ! ( in KeyframeTrack track )

Methods in detail

ImporterAnimCurve ( in ImporterAnimCurve other )

copy constructor


ImporterAnimCurve ( in String id, in String path )


ImporterAnimCurve ()

default constructor


ImporterAnimCurve ImporterAnimCurve.clone? ()

clone method


String ImporterAnimCurve.getTargetPath? ( in ImporterContext context )


KeyframeTrack ImporterAnimCurve.getTrack? ( in ImporterContext context )


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


ImporterAnimCurve.setTargetPath! ( in String targetPath )


ImporterAnimCurve.setTrack! ( in KeyframeTrack track )