Editar

Compartir a través de


DistorterSimplex Class

Definition

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 Distorter
Public Class DistorterSimplex
Inherits Distorter
Inheritance
UnityEngine.MonoBehaviour
DistorterSimplex
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)

Applies to