Click or drag to resize

GLSerializedProperty Class

Wraps a SerializedProperty, and provides additional functions, such as tooltips and a more powerful Find method.
Inheritance Hierarchy
SystemObject
  Gamelogic.Extensions.EditorGLSerializedProperty

Namespace:  Gamelogic.Extensions.Editor
Assembly:  Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 2, 0)]
public class GLSerializedProperty

The GLSerializedProperty type exposes the following members.

Constructors
  NameDescription
Public methodGLSerializedProperty
Top
Properties
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindPropertyRelative
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also