C# Class SimpleScript, OZML

Inheritance: MonoBehaviour
Afficher le fichier Open project: merveilles/OZML Class Usage Examples

Méthodes publiques

Свойство Type Description
Guns bool

Méthodes publiques

Méthode Description
DrawCrosshair ( ) : void
OnGUI ( ) : void
SetWeapon ( int weapon, bool smooth = false ) : void
Start ( ) : void
Update ( ) : void

Method Details

DrawCrosshair() public méthode

public DrawCrosshair ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

SetWeapon() public méthode

public SetWeapon ( int weapon, bool smooth = false ) : void
weapon int
smooth bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Guns public_oe property

public bool Guns
Résultat bool