Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public sealed class LocalPersistentContext<T> : ILocalPersistentContext
The type of the context value.
public T Value { get; set; }
public static LocalPersistentContext<T> Create(GlobalPersistentContext<T> global)
GlobalPersistentContext<T> | global | The global context object. |
LocalPersistentContext<T> |
public void UpdateLocalValue()