C# Class DW_DemoGUI

Base GUI used for demos.
Inheritance: MonoBehaviour
Afficher le fichier Open project: caffeinatedguy/Limbs

Méthodes publiques

Свойство Type Description
Logo UnityEngine.Texture2D

Protected Properties

Свойство Type Description
visible bool

Méthodes protégées

Méthode Description
OnLevelWasLoaded ( int level ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnLevelWasLoaded() protected méthode

protected OnLevelWasLoaded ( int level ) : void
level int
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

Logo public_oe property

public Texture2D,UnityEngine Logo
Résultat UnityEngine.Texture2D

visible protected_oe property

protected bool visible
Résultat bool