Class ExperimentalAttribute
A PropertyAttribute for showing a warning box that the tagged implementation is experimental.
Implements
PropertyAttribute
Namespace: Microsoft.MixedReality.Toolkit
Assembly: cs.temp.dll.dll
Syntax
public class ExperimentalAttribute : PropertyAttribute, PropertyAttribute
Constructors
ExperimentalAttribute(String)
Constructor.
Declaration
public ExperimentalAttribute(string experimentalText = null)
Parameters
Type | Name | Description |
---|---|---|
String | experimentalText | The experimental text to display in the warning box. |
ExperimentalAttribute(String)
Constructor.
Declaration
public ExperimentalAttribute(string experimentalText = null)
Parameters
Type | Name | Description |
---|---|---|
String | experimentalText | The experimental text to display in the warning box. |
Fields
Text
The text to display in the warning box.
Declaration
public string Text
Field Value
Type | Description |
---|---|
String |
Text
The text to display in the warning box.
Declaration
public string Text
Field Value
Type | Description |
---|---|
String |
Implements
PropertyAttribute