프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public MoCapRigidBody ( int i, Vector3 p, Quaternion r ) : System.Collections | ||
i | int | |
p | Vector3 | |
r | Quaternion | |
리턴 | System.Collections |