Property | Type | Description | |
---|---|---|---|
SSChargeDecrease | float | ||
absorbingSound | |||
attackDamage | int | ||
attackRange | float | ||
attackSound | |||
attackSpeed | float | ||
chaseSpeed | float | ||
checkProgressTime | float | ||
currentState | States, | ||
currentTarget | GameObject | ||
currentWaypoint | GameObject | ||
drainRange | float | ||
growls | AudioClip[] | ||
isAttacking | bool | ||
isSuperSayian | bool | ||
lightning | LightningBolt | ||
meshRenderer | Renderer | ||
minWaypointRange | float | ||
newTarget | GameObject | ||
normal | Material | ||
randomNoiseTime | float | ||
ratioDrainPerSecond | float | ||
roars | AudioClip[] | ||
runSpeed | float | ||
searchTime | float | ||
soundSource | AudioSource | ||
superSayianCharge | float | ||
superSayianGlow | Material | ||
superSayianSpeedMult | float | ||
superSayianTime | float | ||
timeSearchedSoFar | float | ||
timeToWait | float | ||
walkSpeed | float |
Method | Description | |
---|---|---|
Attack ( GameObject target ) : IEnumerator | ||
Awake ( ) : void | ||
CanDrain ( GameObject obj ) : bool | ||
GetNearestWaypoint ( ) : void | ||
Update ( ) : void | ||
UpdateAnimations ( ) : void |
Method | Description | |
---|---|---|
GetNewestTarget ( ) : GameObject | ||
getValue ( GameObject obj ) : float |
public Attack ( GameObject target ) : IEnumerator | ||
target | GameObject | |
return | IEnumerator |
public AudioClip,UnityEngine absorbingSound | ||
return |