Table of Contents

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

bool

CustomTooltip

public string CustomTooltip { get; set; }

Property Value

string

EnumNames

public string[] EnumNames { get; }

Property Value

string[]

EnumValueIndex

public int EnumValueIndex { get; set; }

Property Value

int

FloatValue

public float FloatValue { get; set; }

Property Value

float

IntValue

public int IntValue { get; set; }

Property Value

int

ObjectReferenceValue

public Object ObjectReferenceValue { get; set; }

Property Value

Object

PropertyType

public SerializedPropertyType PropertyType { get; }

Property Value

SerializedPropertyType

SerializedProperty

public SerializedProperty SerializedProperty { get; set; }

Property Value

SerializedProperty

StringValue

public string StringValue { get; set; }

Property Value

string

Methods

FindPropertyRelative(string)

public GLSerializedProperty FindPropertyRelative(string name)

Parameters

name string

Returns

GLSerializedProperty