Class ExperimentalAttribute
A PropertyAttribute for showing a warning box that the tagged implementation is experimental.
Namespace: Microsoft.MixedReality.Toolkit
Assembly: cs.temp.dll.dll
Syntax
[AttributeUsage(AttributeTargets.Field, Inherited = true)]
public class ExperimentalAttribute : PropertyAttribute
Constructors
ExperimentalAttribute(String)
Constructor.
Declaration
public ExperimentalAttribute(string experimentalText = "<b><color=yellow>This is an experimental feature.</color></b>\nParts of the MRTK appear to have a lot of value even if the details haven’t fully been fleshed out. For these types of features, we want the community to see them and get value out of them early. Because they are early in the cycle, we label them as experimental to indicate that they are still evolving, and subject to change over time.")
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 |