C# 클래스 Reign.Video.Abstraction.InstanceObject

파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 프로퍼티들

프로퍼티 타입 설명
Position Reign.Core.Vector3

보호된 프로퍼티들

프로퍼티 타입 설명
bindActionDatas BindActionDataMethod[]
bindingIndex int
boneIndices int[]

공개 메소드들

메소드 설명
Animate ( float frame ) : void
InstanceObject ( Object o ) : System.Runtime.InteropServices
Render ( ) : void

보호된 메소드들

메소드 설명
linkObjects ( string dataPath, FCurve curve, int i ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Animate() 공개 메소드

public Animate ( float frame ) : void
frame float
리턴 void

InstanceObject() 공개 메소드

public InstanceObject ( Object o ) : System.Runtime.InteropServices
o Object
리턴 System.Runtime.InteropServices

Render() 공개 메소드

public Render ( ) : void
리턴 void

linkObjects() 보호된 메소드

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

프로퍼티 상세

Position 공개적으로 프로퍼티

public Vector3,Reign.Core Position
리턴 Reign.Core.Vector3

bindActionDatas 보호되어 있는 프로퍼티

protected BindActionDataMethod[] bindActionDatas
리턴 BindActionDataMethod[]

bindingIndex 보호되어 있는 프로퍼티

protected int bindingIndex
리턴 int

boneIndices 보호되어 있는 프로퍼티

protected int[] boneIndices
리턴 int[]