DistorterSimplex Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Distorter that randomly distorts points.
public ref class DistorterSimplex : Microsoft::MixedReality::Toolkit::Physics::Distorter[UnityEngine.AddComponentMenu("Scripts/MRTK/Core/DistorterSimplex")]
public class DistorterSimplex : Microsoft.MixedReality.Toolkit.Physics.Distorter[<UnityEngine.AddComponentMenu("Scripts/MRTK/Core/DistorterSimplex")>]
type DistorterSimplex = class
    inherit DistorterPublic Class DistorterSimplex
Inherits Distorter- Inheritance
- Attributes
- 
			UnityEngine.AddComponentMenuAttribute
Constructors
| DistorterSimplex() | 
Properties
| AxisOffset | |
| AxisSpeed | |
| AxisStrength | |
| DistortionEnabled | (Inherited from Distorter) | 
| DistortOrder | (Inherited from Distorter) | 
| DistortStrength | (Inherited from Distorter) | 
| ScaleDistort | |
| ScaleMultiplier | |
| StrengthMultiplier | |
| UniformScaleDistort | |
Methods
| CompareTo(Distorter) | (Inherited from Distorter) | 
| DistortPoint(Vector3, Single) | Distorts a world-space point Automatically applies DistortStrength and ensures that strength never exceeds 1(Inherited from Distorter) | 
| DistortPointInternal(Vector3, Single) | |
| DistortScale(Vector3, Single) | Distorts a world-space scale Automatically applies DistortStrength and ensures that strength never exceeds 1(Inherited from Distorter) | 
| DistortScaleInternal(Vector3, Single) | |
| OnDisable() | (Inherited from Distorter) | 
| OnEnable() | (Inherited from Distorter) |