C# Class ADS, ES2015C

Inheritance: MonoBehaviour
Mostra file Open project: jgirald/ES2015C Class Usage Examples

Public Properties

Property Type Description
anim Animator

Public Methods

Method Description
Attack ( ) : void
Chase ( ) : void
Start ( ) : void
Update ( ) : void
Wander ( ) : void
detection ( ) : void
stateMachine ( ) : void

Method Details

Attack() public method

public Attack ( ) : void
return void

Chase() public method

public Chase ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Wander() public method

public Wander ( ) : void
return void

detection() public method

public detection ( ) : void
return void

stateMachine() public method

public stateMachine ( ) : void
return void

Property Details

anim public_oe property

public Animator anim
return Animator