Editar

Share via


ExperimentalDrawer Class

Definition

Draws a customer decorator drawer that displays a help box with rich text tagging implementation as experimental.

public ref class ExperimentalDrawer : UnityEditor::DecoratorDrawer
[UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.ExperimentalAttribute))]
public class ExperimentalDrawer : UnityEditor.DecoratorDrawer
[<UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.ExperimentalAttribute))>]
type ExperimentalDrawer = class
    inherit DecoratorDrawer
Public Class ExperimentalDrawer
Inherits DecoratorDrawer
Inheritance
UnityEditor.DecoratorDrawer
ExperimentalDrawer
Attributes
UnityEditor.CustomPropertyDrawerAttribute

Constructors

ExperimentalDrawer()

Methods

GetHeight()

Returns the height required to display UI elements drawn by OnGUI.

OnGUI(Rect)

Unity calls this function to draw the GUI.

Applies to