C# 클래스 MoCapRigidBody, MoCap

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

공개 프로퍼티들

프로퍼티 타입 설명
id int
position Vector3
rotation Quaternion

공개 메소드들

메소드 설명
MoCapRigidBody ( int i, Vector3 p, Quaternion r ) : System.Collections
Update ( Vector3 p, Quaternion r ) : void
addFollower ( GameObject obj ) : void
removeFollower ( GameObject obj ) : void

메소드 상세

MoCapRigidBody() 공개 메소드

public MoCapRigidBody ( int i, Vector3 p, Quaternion r ) : System.Collections
i int
p Vector3
r Quaternion
리턴 System.Collections

Update() 공개 메소드

public Update ( Vector3 p, Quaternion r ) : void
p Vector3
r Quaternion
리턴 void

addFollower() 공개 메소드

public addFollower ( GameObject obj ) : void
obj GameObject
리턴 void

removeFollower() 공개 메소드

public removeFollower ( GameObject obj ) : void
obj GameObject
리턴 void

프로퍼티 상세

id 공개적으로 프로퍼티

public int id
리턴 int

position 공개적으로 프로퍼티

public Vector3 position
리턴 Vector3

rotation 공개적으로 프로퍼티

public Quaternion rotation
리턴 Quaternion