Class GLSerializedProperty
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
Wraps a SerializedProperty, and provides additional functions, such as tooltips and a more powerful Find method.
[Version(1, 2, 0)]
public class GLSerializedProperty
- Inheritance
-
GLSerializedProperty
- Inherited Members
- Extension Methods
Properties
- BoolValue
Gets or sets the boolean value of this property.
- CustomTooltip
Gets or sets a custom tooltip string to display for this property.
- EnumNames
Gets the display names of the enum values for this property.
- EnumValueIndex
Gets or sets the enum index value of this property.
- FloatValue
Gets or sets the float value of this property.
- IntValue
Gets or sets the integer value of this property.
- ObjectReferenceValue
Gets or sets the object reference value of this property.
- PropertyType
Gets the type of the underlying serialized property.
- SerializedProperty
Gets or sets the underlying SerializedProperty.
- StringValue
Gets or sets the string value of this property.
Methods
- FindPropertyRelative(string)
Finds a child property relative to this property by name.