C# Class UnityEditor.GUISlideGroup

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
Begin ( ) : void
BeginHorizontal ( int id ) : Rect
End ( ) : void
EndHorizontal ( ) : void
GetRect ( int id, Rect r ) : Rect
Reset ( ) : void

Private Methods

Méthode Description
GetRect ( int id, Rect r, bool &changed ) : Rect

Method Details

Begin() public méthode

public Begin ( ) : void
Résultat void

BeginHorizontal() public méthode

public BeginHorizontal ( int id ) : Rect
id int
Résultat UnityEngine.Rect

End() public méthode

public End ( ) : void
Résultat void

EndHorizontal() public méthode

public EndHorizontal ( ) : void
Résultat void

GetRect() public méthode

public GetRect ( int id, Rect r ) : Rect
id int
r UnityEngine.Rect
Résultat UnityEngine.Rect

Reset() public méthode

public Reset ( ) : void
Résultat void