C# Class AstarSmoothFollow2, TheUnseen

Inheritance: MonoBehaviour
Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
damping float
distance float
followBehind bool
height float
rotationDamping float
smoothRotation bool
staticOffset bool
target Transform

Méthodes publiques

Méthode Description
LateUpdate ( ) : void

Method Details

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

Property Details

damping public_oe property

public float damping
Résultat float

distance public_oe property

public float distance
Résultat float

followBehind public_oe property

public bool followBehind
Résultat bool

height public_oe property

public float height
Résultat float

rotationDamping public_oe property

public float rotationDamping
Résultat float

smoothRotation public_oe property

public bool smoothRotation
Résultat bool

staticOffset public_oe property

public bool staticOffset
Résultat bool

target public_oe property

public Transform target
Résultat Transform