Class CameraSystemTooltipProvider
- Namespace
- CodeBase.CameraSystem
- Assembly
- 4Experience.CodeBase.CameraSystem.Runtime.dll
public static class CameraSystemTooltipProvider
- Inheritance
-
CameraSystemTooltipProvider
Fields
public const string CAMERASYSTEMFACADE_CHANGEABLE_CAMERA_NAMES_COLLECTION = "Collection of camera modes that determines which cameras can be switched using ChangeToNextCamera and ChangeToPreviousCamera methods."
Field Value
- string
public const string CAMERASYSTEMFACADE_INITIAL_CAMERA_NAME = "Camera that will be active after the scene is loaded."
Field Value
- string
public const string CAMERASYSTEMFACADE_INITIAL_CAMERA_SOCKET = "Camera socket that will be active after the scene is loaded."
Field Value
- string
public const string FREE_FLY_BEHAVIOUR_DEADZONE = "Camera movement dead zone."
Field Value
- string
public const string FREE_FLY_BEHAVIOUR_DEFAULT_CAMERA_MOVEMENT_SPEED = "Camera movement speed."
Field Value
- string
public const string FREE_FLY_BEHAVIOUR_FAST_CAMERA_MOVEMENT_SPEED = "Camera movement speed after pressing speed up key."
Field Value
- string
public const string FREE_FLY_BEHAVIOUR_ROTATION_SPEED = "Camera rotation speed."
Field Value
- string
public const string INITIAL_POSITION_BEHAVIOUR_ALLOW_TO_SET_INITIAL_POSITION = "A value that determines whether the initial camera position will be set."
Field Value
- string
public const string INITIAL_POSITION_BEHAVIOUR_ALLOW_TO_SET_INITIAL_ROTATION = "A value that determines whether the initial camera rotation will be set."
Field Value
- string
public const string INITIAL_POSITION_BEHAVIOUR_POSITION_CONSTRAINTS = "A value that determines what axes will be included in initial position."
Field Value
- string
public const string INITIAL_POSITION_BEHAVIOUR_USE_CINEMACHINE_POV_COMPONENT = "A value that determines whether the CinemachinePOVComponent will be used to set initial rotation."
Field Value
- string
public const string MOVEMENT_2D_BEHAVIOUR_DEADZONE_CONSTRAINTS = "Camera movement dead zone."
Field Value
- string
public const string MOVEMENT_2D_BEHAVIOUR_DRAG_SPEED = "Speed of moving screen when dragging screen with mouse."
Field Value
- string
public const string MOVEMENT_2D_BEHAVIOUR_HORIZONTAL_ROTATION = "Horizontal rotation of camera."
Field Value
- string
public const string MOVEMENT_2D_BEHAVIOUR_IS_FOLLOWING_TARGET = "A value that determines whether the camera is following the target."
Field Value
- string
public const string MOVEMENT_2D_BEHAVIOUR_IS_MOVEMENT_BY_DRAG_IN_SCREEN_ENABLED = "A value that determines whether the camera can be moved by dragging it with mouse."
Field Value
- string
public const string MOVEMENT_2D_BEHAVIOUR_IS_MOVEMENT_WITH_KEYS_ENABLED = "A value that determines whether the camera can be moved using keys or buttons."
Field Value
- string
public const string MOVEMENT_2D_BEHAVIOUR_IS_MOVEMENT_WITH_MOUSE_ENABLED = "A value that determines whether the camera can be moved when the mouse is hovering the move area."
Field Value
- string
public const string MOVEMENT_2D_BEHAVIOUR_MOVE_AREA_SIZE = "Percent value of size of the area at the edges of the screen that allows you to move screen in specified direction after hovering it with mouse."
Field Value
- string
public const string MOVEMENT_2D_BEHAVIOUR_SPEED_OF_MOVEMENT_USING_KEYS = "Speed of moving screen when moving camera with keys or buttons."
Field Value
- string
public const string MOVEMENT_2D_BEHAVIOUR_SPEED_OF_MOVEMENT_USING_MOUSE = "Speed of moving screen when hovering move area with mouse."
Field Value
- string
public const string MOVEMENT_2D_BEHAVIOUR_VERTICAL_ROTATION = "Vertical rotation of camera."
Field Value
- string
public const string MOVEMENT_2D_BEHAVIOUR_ZOOM_IN_MAXIMUM_VALUE = "Minimum value of camera lens vertical field of view."
Field Value
- string
public const string MOVEMENT_2D_BEHAVIOUR_ZOOM_OUT_MAXIMUM_VALUE = "Maximum value of camera lens vertical field of view."
Field Value
- string
public const string MOVEMENT_2D_BEHAVIOUR_ZOOM_SPEED = "Speed of zooming view."
Field Value
- string
public const string REQUIRED_CAMERA = "Camera component is required"
Field Value
- string
public const string REQUIRED_VIRTUAL_CAMERA = "CinemachineVirtualCamera component is required"
Field Value
- string
public const string REQUIRED_VIRTUAL_CAMERA_COLLIDER = "CinemachineCollider component is required."
Field Value
- string