C# Class PreferencesButton, otterspace

Inheritance: MonoBehaviour
Mostrar archivo Open project: dimo2/otterspace Class Usage Examples

Public Properties

Property Type Description
preferencesPrefab GameObject

Public Methods

Method Description
OnMouseDown ( ) : void
Start ( ) : void
Update ( ) : 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

Property Details

preferencesPrefab public_oe property

public GameObject preferencesPrefab
return GameObject