MinMaxFloatPropertyDrawer Class |
Namespace: Gamelogic.Extensions.Editor
[VersionAttribute(1, 2, 0)] [CustomPropertyDrawer(typeof(MinMaxFloat))] public class MinMaxFloatPropertyDrawer : PropertyDrawer
The MinMaxFloatPropertyDrawer type exposes the following members.
| Name | Description | |
|---|---|---|
| MinMaxFloatPropertyDrawer |
| 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 | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetPropertyHeight | Override this method to specify how tall the GUI for this field is in pixels. | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnGUI | (Overrides PropertyDrawer.OnGUI(Rect, SerializedProperty, GUIContent).) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) |