C# Class BodyScript, SurvivalGame

Inheritance: Photon.MonoBehaviour
Show file Open project: sea1and/SurvivalGame Class Usage Examples

Public Properties

Property Type Description
name string

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

name public property

public string name
return string