MyDungeon Documentation
![]() | SceneFieldPropertyDrawer Class |
[Missing <summary> documentation for "T:MyDungeon.Utilities.SceneFieldPropertyDrawer"]
Inheritance HierarchyNamespace: MyDungeon.Utilities
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
SyntaxC#
public class SceneFieldPropertyDrawer : PropertyDrawer
The SceneFieldPropertyDrawer type exposes the following members.
Constructors| Name | Description | |
|---|---|---|
![]() | SceneFieldPropertyDrawer | Initializes a new instance of the SceneFieldPropertyDrawer class |
Properties| Name | Description | |
|---|---|---|
![]() | attribute | The PropertyAttribute for the property. Not applicable for custom class drawers. (Read Only) |
![]() | fieldInfo | The reflection FieldInfo for the member this property represents. (Read Only) |
Methods| Name | Description | |
|---|---|---|
![]() | GetPropertyHeight | Override this method to specify how tall the GUI for this field is in pixels. |
![]() | OnGUI | (Overrides PropertyDrawer.OnGUI(Rect, SerializedProperty, GUIContent).) |
See Also

