C# Class kode80.GUIWrapper.GUIBaseContainer

Inheritance: GUIBase
Afficher le fichier Open project: kode80/UnityTools

Méthodes publiques

Méthode Description
Add ( GUIBase child ) : GUIBase
GUIBaseContainer ( ) : UnityEngine
Remove ( GUIBase child ) : void
RemoveAll ( ) : void

Méthodes protégées

Méthode Description
BeginContainerOnGUI ( ) : void
CustomOnGUI ( ) : void
EndContainerOnGUI ( ) : void

Method Details

Add() public méthode

public Add ( GUIBase child ) : GUIBase
child GUIBase
Résultat GUIBase

BeginContainerOnGUI() protected méthode

protected BeginContainerOnGUI ( ) : void
Résultat void

CustomOnGUI() protected méthode

protected CustomOnGUI ( ) : void
Résultat void

EndContainerOnGUI() protected méthode

protected EndContainerOnGUI ( ) : void
Résultat void

GUIBaseContainer() public méthode

public GUIBaseContainer ( ) : UnityEngine
Résultat UnityEngine

Remove() public méthode

public Remove ( GUIBase child ) : void
child GUIBase
Résultat void

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void