Property | Type | Description | |
---|---|---|---|
terrain |
Method | Description | |
---|---|---|
FreeCamera ( |
||
Move ( Vector3 Translation ) : void | ||
Rotate ( float YawChange, float PitchChange ) : void | ||
Update ( |
Allows the component to run logic.
|
public FreeCamera ( |
||
game | ||
Position | Vector3 | |
Yaw | float | |
Pitch | float | |
minHeight | float | |
maxHeight | float | |
return | System |
public Rotate ( float YawChange, float PitchChange ) : void | ||
YawChange | float | |
PitchChange | float | |
return | void |
public Update ( |
||
gameTime | The gametime. | |
return | void |