SceneFieldPropertyDrawer Class

MyDungeon

SceneFieldPropertyDrawer Class

[Missing <summary> documentation for "T:MyDungeon.Utilities.SceneFieldPropertyDrawer"]

Inheritance Hierarchy
SystemObject  GUIDrawer
    PropertyDrawer
      MyDungeon.UtilitiesSceneFieldPropertyDrawer

Namespace:  MyDungeon.Utilities
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class SceneFieldPropertyDrawer : PropertyDrawer

The SceneFieldPropertyDrawer type exposes the following members.

Constructors
  NameDescription
Public methodSceneFieldPropertyDrawer
Initializes a new instance of the SceneFieldPropertyDrawer class
Top
Properties
  NameDescription
Public propertyattribute

The PropertyAttribute for the property. Not applicable for custom class drawers. (Read Only)

(Inherited from PropertyDrawer.)
Public propertyfieldInfo

The reflection FieldInfo for the member this property represents. (Read Only)

(Inherited from PropertyDrawer.)
Top
Methods
  NameDescription
Public methodGetPropertyHeight

Override this method to specify how tall the GUI for this field is in pixels.

(Inherited from PropertyDrawer.)
Public methodOnGUI (Overrides PropertyDrawer.OnGUI(Rect, SerializedProperty, GUIContent).)
Top
See Also