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

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

    Show / Hide Table of Contents

    Class UnityUiUtilities

    Inheritance
    Object
    UnityUiUtilities
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Tests
    Assembly: cs.temp.dll.dll
    Syntax
    public static class UnityUiUtilities

    Methods

    CreateButton(Color, Color, Color)

    Declaration
    public static Button CreateButton(Color normalColor, Color highlightColor, Color pressedColor)
    Parameters
    Type Name Description
    Color normalColor
    Color highlightColor
    Color pressedColor
    Returns
    Type Description
    Button

    CreateCanvas(Single)

    Declaration
    public static Canvas CreateCanvas(float scale)
    Parameters
    Type Name Description
    Single scale
    Returns
    Type Description
    Canvas

    CreateImage(Color)

    Declaration
    public static Image CreateImage(Color color)
    Parameters
    Type Name Description
    Color color
    Returns
    Type Description
    Image

    CreateText(String)

    Declaration
    public static Text CreateText(string text)
    Parameters
    Type Name Description
    String text
    Returns
    Type Description
    Text

    CreateToggle(Color, Color, Color)

    Declaration
    public static Toggle CreateToggle(Color normalColor, Color highlightColor, Color pressedColor)
    Parameters
    Type Name Description
    Color normalColor
    Color highlightColor
    Color pressedColor
    Returns
    Type Description
    Toggle
    Back to top Generated by DocFX