Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public static class InspectorUtilities
public static string ConvertToDeepReflectionPath(string odinPropertyPath)
System.String | odinPropertyPath |
System.String |
public static string ConvertToUnityPropertyPath(string odinPropertyPath)
System.String | odinPropertyPath |
System.String |
public static void DrawPropertiesInTree(PropertyTree tree)
PropertyTree | tree | The tree to be drawn. |
public static void RegisterUnityObjectDirty(Object unityObj)
UnityEngine.Object | unityObj |
public static FieldExpressionContext ToFieldExpressionContext(this InspectorProperty property)
InspectorProperty | property |
FieldExpressionContext |