C# Класс TuxedoBerries.ScenePanel.ColorStack

Color stack. Controls the color of the GUI.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ApplyCurrentColor ( ) : void

Описание методов

ColorStack() публичный Метод

public ColorStack ( ) : System.Collections.Generic
Результат System.Collections.Generic

Pop() публичный Метод

Pop this the current color.
public Pop ( ) : void
Результат void

Push() публичный Метод

Push the specified color to GUI.
public Push ( Color color ) : void
color UnityEngine.Color Color.
Результат void

Reset() публичный Метод

Reset the colors.
public Reset ( ) : void
Результат void