Struct QuaternionElasticExtent
Properties of a four-dimensional extent in which a damped harmonic oscillator is free to rotate.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Experimental.Physics
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public struct QuaternionElasticExtentFields
RepeatSnapPoints
Declaration
public bool RepeatSnapPointsField Value
| Type | Description | 
|---|---|
| Boolean | Should the SnapPoints be "tiled" across the sphere? If so, the existing snap points will serve as "modulo" values, where the actual snap points that are used are simply the closest integer multiples of every SnapPoint. | 
SnapPoints
Declaration
public Vector3[] SnapPointsField Value
| Type | Description | 
|---|---|
| Vector3[] | Euler angles to which the system will snap. | 
SnapRadius
Declaration
public float SnapRadiusField Value
| Type | Description | 
|---|---|
| Single | Arc-angle at which snap points begin forcing the spring, in euler degrees. |