C# 클래스 TuxedoBerries.ScenePanel.ColorStack

Color stack. Controls the color of the GUI.
파일 보기 프로젝트 열기: TuxedoBerries/ScenePanel

공개 메소드들

메소드 설명
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