FreeFly
Class in Zigurous.CameraSystem
Inherits from CameraBehavior<T>
Declaration
public sealed class FreeFly : CameraBehavior<FreeFlySettings>
Description
Handles free fly camera movement.
Properties
direction | The direction the camera is flying in local space (Read only). |
speed | The current speed of the camera (Read only). |
fast | Whether fast mode is activated (Read only). |
slow | Whether slow mode is activated (Read only). |
Inherited
Properties
settings | The settings for the behavior. |
enabled | Enables or disables the behavior from being updated. |
controller | The camera controller handling the module. |
registered | Whether the module has been registered to a controller. |
id | The unique identifier of the camera module. |