Namespace: | Sirenix.OdinInspector.Editor.ActionResolvers |
Assembly: | Sirenix.OdinInspector.Editor |
public struct ActionResolverContext
public string ErrorMessage
public bool ErrorMessageIsDueToException
public bool LogExceptions
public NamedValues NamedValues
public InspectorProperty Property
public string ResolvedString
public bool SyncRefParametersWithNamedValues
public InspectorProperty ContextProperty { get; }
public Type ParentType { get; }
public void AddDefaultContextValues()
public object GetParentValue(int selectionIndex)
System.Int32 | selectionIndex | The selection index of the parent value to get. |
System.Object |
public void SetParentValue(int selectionIndex, object value)
System.Int32 | selectionIndex | The selection index of the parent value to set. |
System.Object | value | The value to set. |