C# Class Funnel, VJ01

Inheritance: MonoBehaviour
Afficher le fichier Open project: keijiro/VJ01 Class Usage Examples

Méthodes publiques

Свойство Type Description
drawGameView bool
previewOnInspector bool
screenHeight int
screenWidth int

Méthodes publiques

Méthode Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
Setup ( ) : void
Teardown ( ) : void

Private Methods

Méthode Description
FunnelSetFrameTexture ( int slotIndex, string frameName, int textureID, int width, int height ) : void
Refreshing ( ) : IEnumerator

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Setup() public méthode

public Setup ( ) : void
Résultat void

Teardown() public méthode

public Teardown ( ) : void
Résultat void

Property Details

drawGameView public_oe property

public bool drawGameView
Résultat bool

previewOnInspector public_oe property

public bool previewOnInspector
Résultat bool

screenHeight public_oe property

public int screenHeight
Résultat int

screenWidth public_oe property

public int screenWidth
Résultat int