C# Class WanderRandomly, LetsMake

Inheritance: MonoBehaviour
Afficher le fichier Open project: anneomcl/LetsMake

Méthodes publiques

Свойство Type Description
maxSpeed float
smoothTime float
turnRadius float
xMax float

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

maxSpeed public_oe property

public float maxSpeed
Résultat float

smoothTime public_oe property

public float smoothTime
Résultat float

turnRadius public_oe property

public float turnRadius
Résultat float

xMax public_oe property

public float xMax
Résultat float