Class ElasticSystemTests
Tests for runtime behavior of the ElasticSystem.
Inheritance
ElasticSystemTests
Assembly: cs.temp.dll.dll
public class ElasticSystemTests
Methods
Tests the sign of the force applied when stretched beyond the endpoints.
Declaration
public IEnumerator LinearEndcapForceSign()
Returns
Type |
Description |
IEnumerator |
|
Tests that snap forces at the endpoint behave correctly according to the SnapToEnd property.
Declaration
public IEnumerator LinearEndpointSnapping()
Returns
Type |
Description |
IEnumerator |
|
Tests that snap forces at the snap points behave correctly.
Declaration
public IEnumerator LinearSnapPointSnapping()
Returns
Type |
Description |
IEnumerator |
|
Tests that the repeating snap intervals behave correctly.
Declaration
public IEnumerator QuaternionIntervalSnapping()
Returns
Type |
Description |
IEnumerator |
|
Tests that snap forces at the snap points behave correctly.
Declaration
public IEnumerator QuaternionSnapPointSnapping()
Returns
Type |
Description |
IEnumerator |
|
Declaration
public IEnumerator Setup()
Returns
Type |
Description |
IEnumerator |
|
Declaration
public IEnumerator TearDown()
Returns
Type |
Description |
IEnumerator |
|
Tests the direction of the force applied when stretched beyond the bounds.
Declaration
public IEnumerator VolumeBoundsForce()
Returns
Type |
Description |
IEnumerator |
|
Tests that the repeating snap intervals behave correctly.
Declaration
public IEnumerator VolumeIntervalSnapping()
Returns
Type |
Description |
IEnumerator |
|
Tests that snap forces at the snap points behave correctly.
Declaration
public IEnumerator VolumeSnapPointSnapping()
Returns
Type |
Description |
IEnumerator |
|