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

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

    Show / Hide Table of Contents

    Class BaseCursorTests

    Inheritance
    Object
    BaseCursorTests
    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 class BaseCursorTests

    Methods

    ArticulatedCursorState()

    Declaration
    public IEnumerator ArticulatedCursorState()
    Returns
    Type Description
    IEnumerator

    CursorContextMove()

    Declaration
    public IEnumerator CursorContextMove()
    Returns
    Type Description
    IEnumerator

    CursorContextScaleRotate()

    Declaration
    public IEnumerator CursorContextScaleRotate()
    Returns
    Type Description
    IEnumerator

    CursorScaling()

    Declaration
    public IEnumerator CursorScaling()
    Returns
    Type Description
    IEnumerator

    GestureCursorState()

    Declaration
    public IEnumerator GestureCursorState()
    Returns
    Type Description
    IEnumerator

    SetUp()

    Initializes MRTK, instantiates the test content prefab

    Declaration
    public IEnumerator SetUp()
    Returns
    Type Description
    IEnumerator

    enumerator

    Remarks

    Note that SetUp places the playspace directly, and so the camera indirectly, to an arbitrary non-identity pose. Use the helpers in TestUtilities to place test objects relative (e.g. in front of) the camera, using, e.g. PositionRelativeToPlayspace(Vector3). See test ArticulatedCursorState(), or most other tests within this file, for examples. See also comments at PlayspaceToArbitraryPose().

    TearDown()

    Declaration
    public IEnumerator TearDown()
    Returns
    Type Description
    IEnumerator
    Back to top Generated by DocFX