日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Class ExperimentalAttribute

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

    Inheritance
    Object
    ExperimentalAttribute
    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
    Back to top Generated by DocFX