Свойство | Type | Description | |
---|---|---|---|
CurrentHealth | int | ||
CurrentTarget | int | ||
Direction | bool | ||
MajorActions | List |
||
MaxHealth | int | ||
MovementActions | List |
||
RealPosition | Vector3 | ||
random |
Méthode | Description | |
---|---|---|
CalculateHealth ( ) : void | ||
CrabBehavior ( ) : System | ||
GoGoBattleCrab ( ) : void | ||
GoGoBattleCrab ( float time, float deltaTime ) : void | ||
UseCrabAction ( Action crabAction ) : void | ||
UseCrabAction ( Action crabAction, float time ) : void |
public GoGoBattleCrab ( float time, float deltaTime ) : void | ||
time | float | |
deltaTime | float | |
Résultat | void |
public UseCrabAction ( Action crabAction ) : void | ||
crabAction | Action | |
Résultat | void |
public UseCrabAction ( Action crabAction, float time ) : void | ||
crabAction | Action | |
time | float | |
Résultat | void |