Vector3RangePropertyDrawer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Custom property drawer for Vector3RangeAttribute decorated Vector3 values rendered in the inspector.
public ref class Vector3RangePropertyDrawer : UnityEditor::PropertyDrawer
[UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.Vector3RangeAttribute))]
public class Vector3RangePropertyDrawer : UnityEditor.PropertyDrawer
[<UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.Vector3RangeAttribute))>]
type Vector3RangePropertyDrawer = class
inherit PropertyDrawer
Public Class Vector3RangePropertyDrawer
Inherits PropertyDrawer
- Inheritance
-
UnityEditor.PropertyDrawerVector3RangePropertyDrawer
- Attributes
-
UnityEditor.CustomPropertyDrawerAttribute
Constructors
Vector3RangePropertyDrawer() |
Methods
GetPropertyHeight(SerializedProperty, GUIContent) | |
OnGUI(Rect, SerializedProperty, GUIContent) |