Class GLSerializedProperty
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Assembly-CSharp-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
public bool BoolValue { get; set; }
Property Value
CustomTooltip
public string CustomTooltip { get; set; }
Property Value
EnumNames
public string[] EnumNames { get; }
Property Value
- string[]
EnumValueIndex
public int EnumValueIndex { get; set; }
Property Value
FloatValue
public float FloatValue { get; set; }
Property Value
IntValue
public int IntValue { get; set; }
Property Value
ObjectReferenceValue
public Object ObjectReferenceValue { get; set; }
Property Value
PropertyType
public SerializedPropertyType PropertyType { get; }
Property Value
SerializedProperty
public SerializedProperty SerializedProperty { get; set; }
Property Value
StringValue
public string StringValue { get; set; }
Property Value
Methods
FindPropertyRelative(string)
public GLSerializedProperty FindPropertyRelative(string name)
Parameters
name
string