C# Class SimpleScript, OZML

Inheritance: MonoBehaviour
Datei anzeigen Open project: merveilles/OZML Class Usage Examples

Public Properties

Property Type Description
Guns bool

Public Methods

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

Method Details

DrawCrosshair() public method

public DrawCrosshair ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

SetWeapon() public method

public SetWeapon ( int weapon, bool smooth = false ) : void
weapon int
smooth bool
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Guns public_oe property

public bool Guns
return bool