C# Class AstarSmoothFollow2, TheUnseen

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public float damping
return float

distance public_oe property

public float distance
return float

followBehind public_oe property

public bool followBehind
return bool

height public_oe property

public float height
return float

rotationDamping public_oe property

public float rotationDamping
return float

smoothRotation public_oe property

public bool smoothRotation
return bool

staticOffset public_oe property

public bool staticOffset
return bool

target public_oe property

public Transform target
return Transform