ExperimentalAttribute(String) Constructor

Definition

Constructor.

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.");
new Microsoft.MixedReality.Toolkit.ExperimentalAttribute : string -> Microsoft.MixedReality.Toolkit.ExperimentalAttribute
Public Sub New (Optional experimentalText As String = "<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

experimentalText
String

The experimental text to display in the warning box.

Applies to