C# Class Reign.Video.Abstraction.InstanceObjectArmature

Inheritance: InstanceObject
Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
Animate ( float frame ) : void
InstanceObjectArmature ( ObjectArmature o ) : System.Collections.Generic

Protected Methods

Method Description
linkObjects ( string dataPath, FCurve curve, int i ) : void

Private Methods

Method Description
bindBoneRotationW ( float value ) : void
bindBoneRotationX ( float value ) : void
bindBoneRotationY ( float value ) : void
bindBoneRotationZ ( float value ) : void

Method Details

Animate() public method

public Animate ( float frame ) : void
frame float
return void

InstanceObjectArmature() public method

public InstanceObjectArmature ( ObjectArmature o ) : System.Collections.Generic
o ObjectArmature
return System.Collections.Generic

linkObjects() protected method

protected linkObjects ( string dataPath, FCurve curve, int i ) : void
dataPath string
curve FCurve
i int
return void