C# Class connectInstructions, otterspace

Inheritance: MonoBehaviour
Datei anzeigen Open project: dimo2/otterspace

Public Properties

Property Type Description
gameType int
instructionsPrefab GameObject

Public Methods

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

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

gameType public_oe property

public int gameType
return int

instructionsPrefab public_oe property

public GameObject instructionsPrefab
return GameObject