Свойство | Type | Description | |
---|---|---|---|
FX_HIT_bite | GameObject | ||
playerInfo | PlayerInfo, | ||
weaponAnchor | Transform |
Свойство | Type | Description | |
---|---|---|---|
curWeapon | GameObject | ||
fxHitBite | GameObject | ||
isGod | bool | ||
weapon1 | GameObject | ||
weapon2 | GameObject |
Méthode | Description | |
---|---|---|
AsGod ( bool _isGod ) : void | ||
ChangeWeapon ( WeaponBase, _id ) : void | ||
GetAttackInfo ( ) : AttackInfo, | ||
GetDamageInfo ( ) : DamageInfo, | ||
GetShootInfo ( ) : ShootInfo, | ||
noHP ( ) : bool |
Méthode | Description | |
---|---|---|
ApplyDamage ( Collider _other ) : bool | ||
Awake ( ) : void | ||
SetCurWeaponOwner ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
WaitForRecover ( ) : IEnumerator |
Méthode | Description | |
---|---|---|
InitInfo ( ) : void |
protected ApplyDamage ( Collider _other ) : bool | ||
_other | Collider | |
Résultat | bool |
public ChangeWeapon ( WeaponBase, _id ) : void | ||
_id | WeaponBase, | |
Résultat | void |