C# Class TuxedoBerries.ScenePanel.ColorStack

Color stack. Controls the color of the GUI.
Afficher le fichier Open project: TuxedoBerries/ScenePanel

Méthodes publiques

Méthode Description
ColorStack ( ) : System.Collections.Generic
Pop ( ) : void

Pop this the current color.

Push ( Color color ) : void

Push the specified color to GUI.

Reset ( ) : void

Reset the colors.

Private Methods

Méthode Description
ApplyCurrentColor ( ) : void

Method Details

ColorStack() public méthode

public ColorStack ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Pop() public méthode

Pop this the current color.
public Pop ( ) : void
Résultat void

Push() public méthode

Push the specified color to GUI.
public Push ( Color color ) : void
color UnityEngine.Color Color.
Résultat void

Reset() public méthode

Reset the colors.
public Reset ( ) : void
Résultat void