Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public sealed class PropertyContext<T>
A contextual value attached to an InspectorProperty, mapped to a key, contained in a PropertyContextContainer.
public T Value
public static PropertyContext<T> Create()
PropertyContext<T> |
public override string ToString()
System.String | A System.String that represents this instance. |
public static explicit operator T(PropertyContext<T> context)
PropertyContext<T> | context | The context. |
T | The result of the conversion. |