Property | Type | Description | |
---|---|---|---|
action | System.Action | ||
controller | NpcEntityController | ||
gameEntity | IGameEntity | ||
group | |||
order | int | ||
route | |||
target |
Method | Description | |
---|---|---|
DeathStatusChange ( int status ) : void | ||
GetNpcDef ( ) : |
||
RemoveAttackTarget ( ) : void | ||
SetAttackTarget ( |
||
SetNpcDef ( |
||
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
CalculateTarget ( ) : void | ||
RunAi ( ) : void | ||
SetPath ( Vector3 pos ) : bool | ||
SetTargetFromWaypoint ( ) : void |
public DeathStatusChange ( int status ) : void | ||
status | int | |
return | void |
public SetAttackTarget ( |
||
attackTarget | ||
targetDistance | float | |
return | void |