C# Class randomAIController

Inheritance: aiController
Afficher le fichier Open project: mezosaurus/eae-project

Méthodes publiques

Свойство Type Description
boundary Boundary,
minMovementRepeat int
waitTime float

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void

Private Methods

Méthode Description
Start ( ) : void
getRandomNumber ( ) : float

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Property Details

boundary public_oe property

public Boundary, boundary
Résultat Boundary,

minMovementRepeat public_oe property

public int minMovementRepeat
Résultat int

waitTime public_oe property

public float waitTime
Résultat float