mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
parent
b457ac386f
commit
bc2a68527f
@ -54,7 +54,7 @@ namespace UnityAtoms.Editor
|
|||||||
case SerializedPropertyType.String: return property.stringValue;
|
case SerializedPropertyType.String: return property.stringValue;
|
||||||
case SerializedPropertyType.Color: return property.colorValue;
|
case SerializedPropertyType.Color: return property.colorValue;
|
||||||
case SerializedPropertyType.LayerMask: return (LayerMask)property.intValue;
|
case SerializedPropertyType.LayerMask: return (LayerMask)property.intValue;
|
||||||
case SerializedPropertyType.Enum: return property.enumValueIndex;
|
case SerializedPropertyType.Enum: return property.intValue;
|
||||||
case SerializedPropertyType.Vector2: return property.vector2Value;
|
case SerializedPropertyType.Vector2: return property.vector2Value;
|
||||||
case SerializedPropertyType.Vector3: return property.vector3Value;
|
case SerializedPropertyType.Vector3: return property.vector3Value;
|
||||||
case SerializedPropertyType.Vector4: return property.vector4Value;
|
case SerializedPropertyType.Vector4: return property.vector4Value;
|
||||||
|
Loading…
Reference in New Issue
Block a user