Version 3.3.0.1

GUIContext<T> class

Namespace: Sirenix.Utilities.Editor
Assembly: Sirenix.Utilities.Editor
public class GUIContext<T> : IControlContext
This class is due to undergo refactoring.
Inheritance
  • System.Object
  • GUIContext<T>

Type Parameters

T

Constructors

GUIContext()
public GUIContext()

Fields

Value
The value.
public T Value

Operators

Implicit(GUIContext<T> to T)
Performs an implicit conversion from GUIContext<T> to .
public static implicit operator T(GUIContext<T> context)
Parameters
GUIContext<T> context

Returns
T