Property | Type | Description | |
---|---|---|---|
flying | bool | ||
navigationSpeed | float | ||
stepDelay | float | ||
swimming | bool | ||
walking | bool |
Property | Type | Description | |
---|---|---|---|
isCurrentlyMoving | bool |
Method | Description | |
---|---|---|
MoveDirection ( Direction, direction ) : bool |
Method | Description | |
---|---|---|
AnimateStartWalking ( ) : void | ||
AnimateStopWalking ( ) : void | ||
ColisionResult ( GridEntity_BHV, gridCollider ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
protected ColisionResult ( GridEntity_BHV, gridCollider ) : void | ||
gridCollider | GridEntity_BHV, | |
return | void |
public MoveDirection ( Direction, direction ) : bool | ||
direction | Direction, | |
return | bool |