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

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

공개 프로퍼티들

프로퍼티 타입 설명
InheritScale bool
Name string
Parent SoftwareBone
Position Reign.Core.Vector3
Rotation Reign.Core.Matrix3

공개 메소드들

메소드 설명
SoftwareBone ( RMX_ArmatureBone bone ) : System.Collections.Generic

비공개 메소드들

메소드 설명
linkObjects ( RMX_ArmatureBone bone, List bones ) : void

메소드 상세

SoftwareBone() 공개 메소드

public SoftwareBone ( RMX_ArmatureBone bone ) : System.Collections.Generic
bone RMX_ArmatureBone
리턴 System.Collections.Generic

프로퍼티 상세

InheritScale 공개적으로 프로퍼티

public bool InheritScale
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Parent 공개적으로 프로퍼티

public SoftwareBone,Reign.Video.Abstraction Parent
리턴 SoftwareBone

Position 공개적으로 프로퍼티

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

Rotation 공개적으로 프로퍼티

public Matrix3,Reign.Core Rotation
리턴 Reign.Core.Matrix3