PrefabPropertyDrawer 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 PrefabAttribute decorated GameObject values rendered in the inspector.
public ref class PrefabPropertyDrawer : UnityEditor::PropertyDrawer
[UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.PrefabAttribute))]
public class PrefabPropertyDrawer : UnityEditor.PropertyDrawer
[<UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.PrefabAttribute))>]
type PrefabPropertyDrawer = class
inherit PropertyDrawer
Public Class PrefabPropertyDrawer
Inherits PropertyDrawer
- Inheritance
-
UnityEditor.PropertyDrawerPrefabPropertyDrawer
- Attributes
-
UnityEditor.CustomPropertyDrawerAttribute
Constructors
PrefabPropertyDrawer() |
Methods
OnGUI(Rect, SerializedProperty, GUIContent) |