Editar

Compartir a través de


DistorterWiggly Class

Definition

public ref class DistorterWiggly : Microsoft::MixedReality::Toolkit::Physics::Distorter
[UnityEngine.AddComponentMenu("Scripts/MRTK/Core/DistorterWiggly")]
public class DistorterWiggly : Microsoft.MixedReality.Toolkit.Physics.Distorter
[<UnityEngine.AddComponentMenu("Scripts/MRTK/Core/DistorterWiggly")>]
type DistorterWiggly = class
    inherit Distorter
Public Class DistorterWiggly
Inherits Distorter
Inheritance
UnityEngine.MonoBehaviour
DistorterWiggly
Attributes
UnityEngine.AddComponentMenuAttribute

Constructors

DistorterWiggly()

Properties

AxisOffset
AxisSpeed
AxisStrength
DistortionEnabled (Inherited from Distorter)
DistortOrder (Inherited from Distorter)
DistortStrength (Inherited from Distorter)
ScaleMultiplier
SpeedMultiplier
StrengthMultiplier

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)

Internal function where position distortion is done

DistortScale(Vector3, Single)

Distorts a world-space scale Automatically applies DistortStrength and ensures that strength never exceeds 1

(Inherited from Distorter)
DistortScaleInternal(Vector3, Single)

Internal function where scale distortion is done

OnDisable() (Inherited from Distorter)
OnEnable() (Inherited from Distorter)

Applies to