Edit

Share via


Distorter Class

Definition

public ref class Distorter abstract : UnityEngine::MonoBehaviour, IComparable<Microsoft::MixedReality::Toolkit::Physics::Distorter ^>
public abstract class Distorter : UnityEngine.MonoBehaviour, IComparable<Microsoft.MixedReality.Toolkit.Physics.Distorter>
type Distorter = class
    inherit MonoBehaviour
    interface IComparable<Distorter>
Public MustInherit Class Distorter
Inherits MonoBehaviour
Implements IComparable(Of Distorter)
Inheritance
UnityEngine.MonoBehaviour
Distorter
Derived
Implements

Constructors

Distorter()

Properties

DistortionEnabled
DistortOrder
DistortStrength

Methods

CompareTo(Distorter)
DistortPoint(Vector3, Single)

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

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

DistortScaleInternal(Vector3, Single)

Internal function where scale distortion is done

OnDisable()
OnEnable()

Applies to