Unity SDK  v1.2.0
Loading...
Searching...
No Matches
UnityTemplateProject.SimpleCameraController Class Reference
Inheritance diagram for UnityTemplateProject.SimpleCameraController:
[legend]

Public Attributes

float boost = 3.5f
 
float positionLerpTime = 0.2f
 
AnimationCurve mouseSensitivityCurve = new AnimationCurve(new Keyframe(0f, 0.5f, 0f, 5f), new Keyframe(1f, 2.5f, 0f, 0f))
 
float rotationLerpTime = 0.01f
 
bool invertY = false
 

Member Data Documentation

◆ boost

float UnityTemplateProject.SimpleCameraController.boost = 3.5f

◆ invertY

bool UnityTemplateProject.SimpleCameraController.invertY = false

◆ mouseSensitivityCurve

AnimationCurve UnityTemplateProject.SimpleCameraController.mouseSensitivityCurve = new AnimationCurve(new Keyframe(0f, 0.5f, 0f, 5f), new Keyframe(1f, 2.5f, 0f, 0f))

◆ positionLerpTime

float UnityTemplateProject.SimpleCameraController.positionLerpTime = 0.2f

◆ rotationLerpTime

float UnityTemplateProject.SimpleCameraController.rotationLerpTime = 0.01f

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