C# Class loadInstruction, otterspace

Inheritance: MonoBehaviour
Mostra file Open project: dimo2/otterspace

Public Properties

Property Type Description
drueckenPrefab GameObject
drueckenziehenPrefab GameObject
instructionsOpen bool
neigenPrefab GameObject

Public Methods

Method Description
OnMouseDown ( ) : void
Start ( ) : void
Update ( ) : void
load ( ) : void

Method Details

OnMouseDown() public method

public OnMouseDown ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

load() public method

public load ( ) : void
return void

Property Details

drueckenPrefab public_oe property

public GameObject drueckenPrefab
return GameObject

drueckenziehenPrefab public_oe property

public GameObject drueckenziehenPrefab
return GameObject

instructionsOpen public_oe property

public bool instructionsOpen
return bool

neigenPrefab public_oe property

public GameObject neigenPrefab
return GameObject