Property | Type | Description | |
---|---|---|---|
Damage | float |
Property | Type | Description | |
---|---|---|---|
ElapsedTime | float | ||
target | GameObject |
Method | Description | |
---|---|---|
Disable ( ) : void | ||
Enable ( ) : void | ||
GetDamage ( ArmorType, armor ) : float | ||
OnTriggerEnter ( Collider other ) : void | ||
Shoot ( Vector3 vPosition, Vector3 vDirection, Vector3 vWDirection, Actor, hOwner ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
Explosion ( ) : void | ||
FixedUpdate ( ) : void |
public GetDamage ( ArmorType, armor ) : float | ||
armor | ArmorType, | |
return | float |
public OnTriggerEnter ( Collider other ) : void | ||
other | Collider | |
return | void |
public Shoot ( Vector3 vPosition, Vector3 vDirection, Vector3 vWDirection, Actor, hOwner ) : void | ||
vPosition | Vector3 | |
vDirection | Vector3 | |
vWDirection | Vector3 | |
hOwner | Actor, | |
return | void |