C# Class randomAIController

Inheritance: aiController
Show file Open project: mezosaurus/eae-project

Public Properties

Property Type Description
boundary Boundary,
minMovementRepeat int
waitTime float

Public Methods

Method Description
FixedUpdate ( ) : void

Private Methods

Method Description
Start ( ) : void
getRandomNumber ( ) : float

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Property Details

boundary public property

public Boundary, boundary
return Boundary,

minMovementRepeat public property

public int minMovementRepeat
return int

waitTime public property

public float waitTime
return float