SceneFieldPropertyDrawer Class
From MyDungeon
MyDungeon Documentation
SceneFieldPropertyDrawer Class |
[Missing <summary> documentation for "T:MyDungeon.Utilities.SceneFieldPropertyDrawer"]
Namespace: MyDungeon.Utilities
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
C#
public class SceneFieldPropertyDrawer : PropertyDrawer
The SceneFieldPropertyDrawer type exposes the following members.
| Name | Description | |
|---|---|---|
| SceneFieldPropertyDrawer | Initializes a new instance of the SceneFieldPropertyDrawer class |
| 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) |
| 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).) |