C# Class Reign.Video.Abstraction.InstanceObject

Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Свойство Type Description
Position Reign.Core.Vector3

Protected Properties

Свойство Type Description
bindActionDatas BindActionDataMethod[]
bindingIndex int
boneIndices int[]

Méthodes publiques

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

Méthodes protégées

Méthode Description
linkObjects ( string dataPath, FCurve curve, int i ) : void

Private Methods

Méthode 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 méthode

public Animate ( float frame ) : void
frame float
Résultat void

InstanceObject() public méthode

public InstanceObject ( Object o ) : System.Runtime.InteropServices
o Object
Résultat System.Runtime.InteropServices

Render() public méthode

public Render ( ) : void
Résultat void

linkObjects() protected méthode

protected linkObjects ( string dataPath, FCurve curve, int i ) : void
dataPath string
curve FCurve
i int
Résultat void

Property Details

Position public_oe property

public Vector3,Reign.Core Position
Résultat Reign.Core.Vector3

bindActionDatas protected_oe property

protected BindActionDataMethod[] bindActionDatas
Résultat BindActionDataMethod[]

bindingIndex protected_oe property

protected int bindingIndex
Résultat int

boneIndices protected_oe property

protected int[] boneIndices
Résultat int[]