C# Class ForgePlayer_Zombie

Inheritance: BeardedManStudios.Network.NetworkedMonoBehavior
Afficher le fichier Open project: drakelinglabs/unityarmada Class Usage Examples

Méthodes publiques

Свойство Type Description
Bullet Transform
Damage int
RapidFire bool
RapidFireTimespan float
ZombiePlayers List

Méthodes publiques

Méthode Description
Disconnect ( ) : void

Méthodes protégées

Méthode Description
OnDestroy ( ) : void
OwnerUpdate ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
EnableRapidFire ( ) : void
OnGUI ( ) : void
Update ( ) : void

Method Details

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

OwnerUpdate() protected méthode

protected OwnerUpdate ( ) : void
Résultat void

Property Details

Bullet public_oe property

public Transform Bullet
Résultat Transform

Damage public_oe property

public int Damage
Résultat int

RapidFire public_oe property

public bool RapidFire
Résultat bool

RapidFireTimespan public_oe property

public float RapidFireTimespan
Résultat float

ZombiePlayers public_oe static_oe property

public static List ZombiePlayers
Résultat List