C# Class AnimalAI, PGP2

Inheritance: MonoBehaviour
Datei anzeigen Open project: theiis/PGP2 Class Usage Examples

Public Properties

Property Type Description
hasRunAway bool
isScared bool

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

hasRunAway public_oe property

public bool hasRunAway
return bool

isScared public_oe property

public bool isScared
return bool