C# Class ProviderAIWheels.StatePatrol, ProjectPhoenix

Inheritance: IState
Datei anzeigen Open project: Alx666/ProjectPhoenix

Public Methods

Method Description
OnStateEnter ( ) : void
StatePatrol ( ProviderAIWheels, owner ) : UnityEngine
ToString ( ) : string
Update ( ) : IState,

Private Methods

Method Description
ComputePath ( ) : void

Method Details

OnStateEnter() public method

public OnStateEnter ( ) : void
return void

StatePatrol() public method

public StatePatrol ( ProviderAIWheels, owner ) : UnityEngine
owner ProviderAIWheels,
return UnityEngine

ToString() public method

public ToString ( ) : string
return string

Update() public method

public Update ( ) : IState,
return IState,