C# Class DW_DemoGUI

Base GUI used for demos.
Inheritance: MonoBehaviour
显示文件 Open project: caffeinatedguy/Limbs

Public Properties

Property Type Description
Logo UnityEngine.Texture2D

Protected Properties

Property Type Description
visible bool

Protected Methods

Method Description
OnLevelWasLoaded ( int level ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnLevelWasLoaded() protected method

protected OnLevelWasLoaded ( int level ) : void
level int
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

Logo public_oe property

public Texture2D,UnityEngine Logo
return UnityEngine.Texture2D

visible protected_oe property

protected bool visible
return bool