C# 클래스 BodySourceView_Drawing, UnityRoomAlive

상속: MonoBehaviour
파일 보기 프로젝트 열기: Superdroidz/UnityRoomAlive

공개 프로퍼티들

프로퍼티 타입 설명
BodySourceManager GameObject
BoneMaterial Material
paintBrush GameObject
target GameObject

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
CreateBodyObject ( ) : GameObject
GetColorForState ( Windows.Kinect state ) : Color
GetVector3FromJoint ( Windows.Kinect joint ) : Vector3
RefreshBodyObject ( Windows.Kinect body, GameObject bodyObject ) : void
checkInputs ( ) : void
moveGOToHitPoint ( GameObject obj, RaycastHit hitPoint, float offset ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

BodySourceManager 공개적으로 프로퍼티

public GameObject BodySourceManager
리턴 GameObject

BoneMaterial 공개적으로 프로퍼티

public Material BoneMaterial
리턴 Material

paintBrush 공개적으로 프로퍼티

public GameObject paintBrush
리턴 GameObject

target 공개적으로 프로퍼티

public GameObject target
리턴 GameObject