C# Class AstarSmoothFollow2, TheUnseen

Inheritance: MonoBehaviour
Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
damping float
distance float
followBehind bool
height float
rotationDamping float
smoothRotation bool
staticOffset bool
target Transform

Public Methods

Method Description
LateUpdate ( ) : void

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

Property Details

damping public property

public float damping
return float

distance public property

public float distance
return float

followBehind public property

public bool followBehind
return bool

height public property

public float height
return float

rotationDamping public property

public float rotationDamping
return float

smoothRotation public property

public bool smoothRotation
return bool

staticOffset public property

public bool staticOffset
return bool

target public property

public Transform target
return Transform