프로퍼티 | 타입 | 설명 | |
---|---|---|---|
entity | Entity | ||
offset | Vector3 | ||
rotate | bool |
메소드 | 설명 | |
---|---|---|
ThirdPersonCamera ( Entity e, Vector3 offset ) : System | ||
ThirdPersonCamera ( Entity e, Vector3 offset, bool rotate ) : System | ||
Update ( double elapsed ) : void |
public ThirdPersonCamera ( Entity e, Vector3 offset ) : System | ||
e | Entity | |
offset | Vector3 | |
리턴 | System |
public ThirdPersonCamera ( Entity e, Vector3 offset, bool rotate ) : System | ||
e | Entity | |
offset | Vector3 | |
rotate | bool | |
리턴 | System |