ExperimentalAttribute(String) Constructor
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.
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.