C# Class ProviderAIWheels, ProjectPhoenix

Inheritance: MonoBehaviour, IControllerAI
显示文件 Open project: Alx666/ProjectPhoenix Class Usage Examples

Public Properties

Property Type Description
DEBUG_CurrentState string
NodesStoppingDistance float

Public Methods

Method Description
Attack ( ) : void
Idle ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
OnTriggerStay ( Collider other ) : void
Patrol ( ) : void
Start ( ) : void

Private Methods

Method Description
Awake ( ) : void
TurnOtherToPatrol ( float time, IControllerAI ai ) : IEnumerator
Update ( ) : void

Method Details

Attack() public method

public Attack ( ) : void
return void

Idle() public method

public Idle ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider other ) : void
other Collider
return void

OnTriggerStay() public method

public OnTriggerStay ( Collider other ) : void
other Collider
return void

Patrol() public method

public Patrol ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

DEBUG_CurrentState public_oe property

public string DEBUG_CurrentState
return string

NodesStoppingDistance public_oe property

public float NodesStoppingDistance
return float