ExperimentalDrawer 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.
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.DecoratorDrawerExperimentalDrawer
- 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. |