|
My Project
|
Public Types | |
| enum | EaseType : byte { EaseIn , EaseOut , EaseInThenEaseOut } |
Public Member Functions | |
| DampingParams (float damping, EaseType easeType) | |
Properties | |
| readonly float | Damping [get] |
| readonly EaseType | EasingType [get] |
Private Attributes | |
| float | damping |
| EaseType | easeType |
| enum CameraController.DampingParams.EaseType : byte |