My Project
Loading...
Searching...
No Matches
CameraController.DampingParams Struct Reference

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

Member Enumeration Documentation

◆ EaseType

Enumerator
EaseIn 

Get closer the closest it is from the target.

EaseOut 

Get slower the closer it is from the target.

EaseInThenEaseOut 

Get faster when approaching the target then gets slower the closer it gets to it.


The documentation for this struct was generated from the following file:
  • CameraController/Script/Camera/Parameters/CameraParameters.cs