프로퍼티 | 타입 | 설명 | |
---|---|---|---|
HandleInput | void | ||
UpdateCameraPosition | void | ||
UpdateOrientation | void |
메소드 | 설명 | |
---|---|---|
FreeCamera3DBehavior ( ) : System |
Initializes a new instance of the FreeCamera3DBehavior class.
|
메소드 | 설명 | |
---|---|---|
Initialize ( ) : void |
Performs further custom initialization for this instance. By default this method does nothing. |
|
Update ( System.TimeSpan gameTime ) : void |
Updates the camera position.
|
메소드 | 설명 | |
---|---|---|
HandleInput ( float amount ) : void |
The handle input.
|
|
UpdateCameraPosition ( float amount ) : void |
The update camera position.
|
|
UpdateOrientation ( float yaw, float pitch ) : void |
Update camera orientation
|
protected Update ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | /// The elapsed game time. /// |
리턴 | void |