Editar

Share via


Vector3RangePropertyDrawer Class

Definition

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.PropertyDrawer
Vector3RangePropertyDrawer
Attributes
UnityEditor.CustomPropertyDrawerAttribute

Constructors

Vector3RangePropertyDrawer()

Methods

GetPropertyHeight(SerializedProperty, GUIContent)
OnGUI(Rect, SerializedProperty, GUIContent)

Applies to