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

상속: InstanceObject
파일 보기 프로젝트 열기: reignstudios/ReignSDK 1 사용 예제들

공개 메소드들

메소드 설명
Animate ( float frame ) : void
InstanceObjectArmature ( ObjectArmature o ) : System.Collections.Generic

보호된 메소드들

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

비공개 메소드들

메소드 설명
bindBoneRotationW ( float value ) : void
bindBoneRotationX ( float value ) : void
bindBoneRotationY ( float value ) : void
bindBoneRotationZ ( float value ) : void

메소드 상세

Animate() 공개 메소드

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

InstanceObjectArmature() 공개 메소드

public InstanceObjectArmature ( ObjectArmature o ) : System.Collections.Generic
o ObjectArmature
리턴 System.Collections.Generic

linkObjects() 보호된 메소드

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