Version 3.3.0.1

GUIScopeStack<T> class

Namespace: Sirenix.Utilities.Editor
Assembly: Sirenix.Utilities.Editor
public class GUIScopeStack<T>
Inheritance
  • System.Object
  • GUIScopeStack<T>

Type Parameters

T

Constructors

GUIScopeStack()
public GUIScopeStack()

Fields

InnerStack
public Stack<T> InnerStack

Properties

Count
public int Count { get; }

Methods

Peek()
public T Peek()
Returns
T

Pop()
public T Pop()
Returns
T

Push(T)
public void Push(T t)
Parameters
T t