Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Types | Public Attributes | List of all members
TMPro.Examples.CameraController Class Reference
Inheritance diagram for TMPro.Examples.CameraController:

Public Types

enum  CameraModes { CameraModes.Follow, CameraModes.Isometric, CameraModes.Free }
 

Public Attributes

CameraModes CameraMode = CameraModes.Follow
 
Transform CameraTarget
 
float ElevationAngle = 30.0f
 
float FollowDistance = 30.0f
 
float MaxElevationAngle = 85.0f
 
float MaxFollowDistance = 100.0f
 
float MinElevationAngle = 0f
 
float MinFollowDistance = 2.0f
 
bool MovementSmoothing = true
 
float MovementSmoothingValue = 25f
 
float MoveSensitivity = 2.0f
 
float OrbitalAngle = 0f
 
bool RotationSmoothing = false
 
float RotationSmoothingValue = 5.0f
 

Member Enumeration Documentation

Enumerator
Follow 
Isometric 
Free 

Member Data Documentation

CameraModes TMPro.Examples.CameraController.CameraMode = CameraModes.Follow
Transform TMPro.Examples.CameraController.CameraTarget
float TMPro.Examples.CameraController.ElevationAngle = 30.0f
float TMPro.Examples.CameraController.FollowDistance = 30.0f
float TMPro.Examples.CameraController.MaxElevationAngle = 85.0f
float TMPro.Examples.CameraController.MaxFollowDistance = 100.0f
float TMPro.Examples.CameraController.MinElevationAngle = 0f
float TMPro.Examples.CameraController.MinFollowDistance = 2.0f
bool TMPro.Examples.CameraController.MovementSmoothing = true
float TMPro.Examples.CameraController.MovementSmoothingValue = 25f
float TMPro.Examples.CameraController.MoveSensitivity = 2.0f
float TMPro.Examples.CameraController.OrbitalAngle = 0f
bool TMPro.Examples.CameraController.RotationSmoothing = false
float TMPro.Examples.CameraController.RotationSmoothingValue = 5.0f

The documentation for this class was generated from the following file: