Distorter 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.
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.MonoBehaviourDistorter
- 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() |