mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class BoundingBoxTests

    Inheritance
    Object
    BoundingBoxTests
    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 BoundingBoxTests

    Methods

    BBoxHandlerUI()

    Tests to see that the handlers grow in size when a pointer is near them

    Declaration
    public IEnumerator BBoxHandlerUI()
    Returns
    Type Description
    IEnumerator

    BBoxInstantiate()

    Verify that we can instantiate bounding box at runtime

    Declaration
    public IEnumerator BBoxInstantiate()
    Returns
    Type Description
    IEnumerator

    BBoxInstantiate()

    Verify that we can instantiate bounding box at runtime

    Declaration
    public IEnumerator BBoxInstantiate()
    Returns
    Type Description
    IEnumerator

    BBoxOverride()

    Test that if we update the bounds of a box collider, that the corners will move correctly

    Declaration
    public IEnumerator BBoxOverride()
    Returns
    Type Description
    IEnumerator

    BBoxOverride()

    Test that if we update the bounds of a box collider, that the corners will move correctly

    Declaration
    public IEnumerator BBoxOverride()
    Returns
    Type Description
    IEnumerator

    DisableObject()

    Ensure that while using BoundingBox, if that object gets deactivated, that BoundingBox no longer transforms that object.

    Declaration
    public IEnumerator DisableObject()
    Returns
    Type Description
    IEnumerator

    DisableObject()

    Ensure that while using BoundingBox, if that object gets deactivated, that BoundingBox no longer transforms that object.

    Declaration
    public IEnumerator DisableObject()
    Returns
    Type Description
    IEnumerator

    ScaleMinMax()

    This tests the minimum and maximum scaling for the bounding box.

    Declaration
    public IEnumerator ScaleMinMax()
    Returns
    Type Description
    IEnumerator

    ScaleMinMax()

    This tests the minimum and maximum scaling for the bounding box.

    Declaration
    public IEnumerator ScaleMinMax()
    Returns
    Type Description
    IEnumerator

    ScaleViaHoloLens1Interaction()

    Uses far interaction (HoloLens 1 style) to scale the bounding box

    Declaration
    public IEnumerator ScaleViaHoloLens1Interaction()
    Returns
    Type Description
    IEnumerator

    ScaleViaHoloLens1Interaction()

    Uses far interaction (HoloLens 1 style) to scale the bounding box

    Declaration
    public IEnumerator ScaleViaHoloLens1Interaction()
    Returns
    Type Description
    IEnumerator

    ScaleViaNearInteration()

    Uses near interaction to scale the bounding box by directly grabbing corner

    Declaration
    public IEnumerator ScaleViaNearInteration()
    Returns
    Type Description
    IEnumerator

    ScaleViaNearInteration()

    Uses near interaction to scale the bounding box by directly grabbing corner

    Declaration
    public IEnumerator ScaleViaNearInteration()
    Returns
    Type Description
    IEnumerator

    SetTarget()

    Tests setting a target in code that is a different gameobject than the gameobject the boundingbox component is attached to

    Declaration
    public IEnumerator SetTarget()
    Returns
    Type Description
    IEnumerator

    Setup()

    Declaration
    public void Setup()

    Setup()

    Declaration
    public void Setup()

    ShutdownMrtk()

    Declaration
    public void ShutdownMrtk()

    ShutdownMrtk()

    Declaration
    public void ShutdownMrtk()

    UpdateTransformUpdatesBounds()

    Test that changing the transform of the bounding box target (rotation, scale, translation) updates the rig bounds

    Declaration
    public IEnumerator UpdateTransformUpdatesBounds()
    Returns
    Type Description
    IEnumerator

    UpdateTransformUpdatesBounds()

    Test that changing the transform of the bounding box target (rotation, scale, translation) updates the rig bounds

    Declaration
    public IEnumerator UpdateTransformUpdatesBounds()
    Returns
    Type Description
    IEnumerator
    In This Article
    • Methods
      • BBoxHandlerUI()
      • BBoxInstantiate()
      • BBoxInstantiate()
      • BBoxOverride()
      • BBoxOverride()
      • DisableObject()
      • DisableObject()
      • ScaleMinMax()
      • ScaleMinMax()
      • ScaleViaHoloLens1Interaction()
      • ScaleViaHoloLens1Interaction()
      • ScaleViaNearInteration()
      • ScaleViaNearInteration()
      • SetTarget()
      • Setup()
      • Setup()
      • ShutdownMrtk()
      • ShutdownMrtk()
      • UpdateTransformUpdatesBounds()
      • UpdateTransformUpdatesBounds()
    Back to top Generated by DocFX