We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Class ElasticSystemTests

    Tests for runtime behavior of the ElasticSystem.

    Inheritance
    Object
    ElasticSystemTests
    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.Experimental
    Assembly: cs.temp.dll.dll
    Syntax
    public class ElasticSystemTests

    Methods

    LinearEndcapForceSign()

    Tests the sign of the force applied when stretched beyond the endpoints.

    Declaration
    public IEnumerator LinearEndcapForceSign()
    Returns
    Type Description
    IEnumerator

    LinearEndpointSnapping()

    Tests that snap forces at the endpoint behave correctly according to the SnapToEnd property.

    Declaration
    public IEnumerator LinearEndpointSnapping()
    Returns
    Type Description
    IEnumerator

    LinearSnapPointSnapping()

    Tests that snap forces at the snap points behave correctly.

    Declaration
    public IEnumerator LinearSnapPointSnapping()
    Returns
    Type Description
    IEnumerator

    QuaternionIntervalSnapping()

    Tests that the repeating snap intervals behave correctly.

    Declaration
    public IEnumerator QuaternionIntervalSnapping()
    Returns
    Type Description
    IEnumerator

    QuaternionSnapPointSnapping()

    Tests that snap forces at the snap points behave correctly.

    Declaration
    public IEnumerator QuaternionSnapPointSnapping()
    Returns
    Type Description
    IEnumerator

    Setup()

    Declaration
    public IEnumerator Setup()
    Returns
    Type Description
    IEnumerator

    TearDown()

    Declaration
    public IEnumerator TearDown()
    Returns
    Type Description
    IEnumerator

    VolumeBoundsForce()

    Tests the direction of the force applied when stretched beyond the bounds.

    Declaration
    public IEnumerator VolumeBoundsForce()
    Returns
    Type Description
    IEnumerator

    VolumeIntervalSnapping()

    Tests that the repeating snap intervals behave correctly.

    Declaration
    public IEnumerator VolumeIntervalSnapping()
    Returns
    Type Description
    IEnumerator

    VolumeSnapPointSnapping()

    Tests that snap forces at the snap points behave correctly.

    Declaration
    public IEnumerator VolumeSnapPointSnapping()
    Returns
    Type Description
    IEnumerator
    In This Article
    Back to top Generated by DocFX