C# Class AI_Character, Unity-Game

Inheritance: MonoBehaviour
Exibir arquivo Open project: PeasB/Unity-Game Class Usage Examples

Public Properties

Property Type Description
Action AI_Action,
EventType int
OtherAI_Object GameObject
WalkSpeed int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
FindPath ( ) : double
Find_X_Distance ( ) : int
Find_Y_Distance ( ) : int

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Action public_oe property

public AI_Action, Action
return AI_Action,

EventType public_oe property

public int EventType
return int

OtherAI_Object public_oe property

public GameObject OtherAI_Object
return GameObject

WalkSpeed public_oe property

public int WalkSpeed
return int