mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class ExperimentalAttribute

    A PropertyAttribute for showing a warning box that the tagged implementation is experimental.

    Inheritance
    Object
    ExperimentalAttribute
    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
    In This Article
    • Constructors
      • ExperimentalAttribute(String)
      • ExperimentalAttribute(String)
    • Fields
      • Text
      • Text
    • Implements
    Back to top Generated by DocFX