C# Class Reign.Video.Abstraction.InstanceObject

Show file Open project: reignstudios/ReignSDK

Public Properties

Property Type Description
Position Reign.Core.Vector3

Protected Properties

Property Type Description
bindActionDatas BindActionDataMethod[]
bindingIndex int
boneIndices int[]

Public Methods

Method Description
Animate ( float frame ) : void
InstanceObject ( Object o ) : System.Runtime.InteropServices
Render ( ) : void

Protected Methods

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

Private Methods

Method Description
bindLocationX ( float value ) : void
bindLocationY ( float value ) : void
bindLocationZ ( float value ) : void
bindObjects ( Object o ) : void
bindRotationEulerX ( float value ) : void
bindRotationEulerY ( float value ) : void
bindRotationEulerZ ( float value ) : void
bindScaleX ( float value ) : void
bindScaleY ( float value ) : void
bindScaleZ ( float value ) : void

Method Details

Animate() public method

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

InstanceObject() public method

public InstanceObject ( Object o ) : System.Runtime.InteropServices
o Object
return System.Runtime.InteropServices

Render() public method

public Render ( ) : void
return void

linkObjects() protected method

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

Property Details

Position public property

public Vector3,Reign.Core Position
return Reign.Core.Vector3

bindActionDatas protected property

protected BindActionDataMethod[] bindActionDatas
return BindActionDataMethod[]

bindingIndex protected property

protected int bindingIndex
return int

boneIndices protected property

protected int[] boneIndices
return int[]