ImporterAnimCurve.kl

Types

ImporterAnimCurve (object)

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

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 )