Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public static class SerializedPropertyUtilities
public static bool CanSetGetValue(Type type)
System.Type | type |
System.Boolean |
public static string GetProperTypeName(this SerializedProperty property)
UnityEditor.SerializedProperty | property |
System.String |
public static Func<SerializedProperty, T> GetValueGetter<T>()
System.Func<UnityEditor.SerializedProperty, T> |
T |
public static Action<SerializedProperty, T> GetValueSetter<T>()
System.Action<UnityEditor.SerializedProperty, T> |
T |
public static Type GuessContainedType(this SerializedProperty property)
UnityEditor.SerializedProperty | property |
System.Type |
public static bool IsCompatibleWithType(this SerializedProperty property, Type type)
UnityEditor.SerializedProperty | property | |
System.Type | type |
System.Boolean |