프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Width | float |
메소드 | 설명 | |
---|---|---|
CameraOrtho ( ) : SlimDX | ||
Clone ( ) : |
||
LookAt ( Vector3 pos, Vector3 target, Vector3 up ) : void | ||
Move ( Vector3 d ) : void | ||
Pitch ( float angle ) : void | ||
Restore ( ) : void | ||
Save ( ) : void | ||
SetLens ( float aspect = 0f ) : void | ||
Strafe ( float d ) : void | ||
UpdateViewMatrix ( ) : void | ||
Walk ( float d ) : void | ||
Yaw ( float angle ) : void | ||
Zoom ( float dr ) : void |
public LookAt ( Vector3 pos, Vector3 target, Vector3 up ) : void | ||
pos | Vector3 | |
target | Vector3 | |
up | Vector3 | |
리턴 | void |