mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class DistorterSimplex

    A Distorter that randomly distorts points.

    Inheritance
    Object
    Distorter
    DistorterSimplex
    Implements
    IComparable<Distorter>
    MonoBehaviour
    Inherited Members
    Distorter.DistortionEnabled
    Distorter.DistortStrength
    Distorter.DistortOrder
    Distorter.CompareTo(Distorter)
    Distorter.DistortPoint(Vector3, Single)
    Distorter.DistortScale(Vector3, Single)
    Distorter.OnEnable()
    Distorter.OnDisable()
    Namespace: Microsoft.MixedReality.Toolkit.Physics
    Assembly: cs.temp.dll.dll
    Syntax
    public class DistorterSimplex : Distorter, IComparable<Distorter>, MonoBehaviour

    Properties

    AxisOffset

    Declaration
    public Vector3 AxisOffset { get; set; }
    Property Value
    Type Description
    Vector3

    AxisOffset

    Declaration
    public Vector3 AxisOffset { get; set; }
    Property Value
    Type Description
    Vector3

    AxisSpeed

    Declaration
    public Vector3 AxisSpeed { get; set; }
    Property Value
    Type Description
    Vector3

    AxisSpeed

    Declaration
    public Vector3 AxisSpeed { get; set; }
    Property Value
    Type Description
    Vector3

    AxisStrength

    Declaration
    public Vector3 AxisStrength { get; set; }
    Property Value
    Type Description
    Vector3

    AxisStrength

    Declaration
    public Vector3 AxisStrength { get; set; }
    Property Value
    Type Description
    Vector3

    ScaleDistort

    Declaration
    public float ScaleDistort { get; set; }
    Property Value
    Type Description
    Single

    ScaleDistort

    Declaration
    public float ScaleDistort { get; set; }
    Property Value
    Type Description
    Single

    ScaleMultiplier

    Declaration
    public float ScaleMultiplier { get; set; }
    Property Value
    Type Description
    Single

    ScaleMultiplier

    Declaration
    public float ScaleMultiplier { get; set; }
    Property Value
    Type Description
    Single

    StrengthMultiplier

    Declaration
    public float StrengthMultiplier { get; set; }
    Property Value
    Type Description
    Single

    StrengthMultiplier

    Declaration
    public float StrengthMultiplier { get; set; }
    Property Value
    Type Description
    Single

    UniformScaleDistort

    Declaration
    public bool UniformScaleDistort { get; set; }
    Property Value
    Type Description
    Boolean

    UniformScaleDistort

    Declaration
    public bool UniformScaleDistort { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    DistortPointInternal(Vector3, Single)

    Declaration
    protected override Vector3 DistortPointInternal(Vector3 point, float strength)
    Parameters
    Type Name Description
    Vector3 point
    Single strength
    Returns
    Type Description
    Vector3
    Overrides
    Distorter.DistortPointInternal(Vector3, Single)

    DistortPointInternal(Vector3, Single)

    Declaration
    protected override Vector3 DistortPointInternal(Vector3 point, float strength)
    Parameters
    Type Name Description
    Vector3 point
    Single strength
    Returns
    Type Description
    Vector3
    Overrides
    Distorter.DistortPointInternal(Vector3, Single)

    DistortScaleInternal(Vector3, Single)

    Declaration
    protected override Vector3 DistortScaleInternal(Vector3 point, float strength)
    Parameters
    Type Name Description
    Vector3 point
    Single strength
    Returns
    Type Description
    Vector3
    Overrides
    Distorter.DistortScaleInternal(Vector3, Single)

    DistortScaleInternal(Vector3, Single)

    Declaration
    protected override Vector3 DistortScaleInternal(Vector3 point, float strength)
    Parameters
    Type Name Description
    Vector3 point
    Single strength
    Returns
    Type Description
    Vector3
    Overrides
    Distorter.DistortScaleInternal(Vector3, Single)

    Implements

    IComparable<>
    MonoBehaviour
    In This Article
    • Properties
      • AxisOffset
      • AxisOffset
      • AxisSpeed
      • AxisSpeed
      • AxisStrength
      • AxisStrength
      • ScaleDistort
      • ScaleDistort
      • ScaleMultiplier
      • ScaleMultiplier
      • StrengthMultiplier
      • StrengthMultiplier
      • UniformScaleDistort
      • UniformScaleDistort
    • Methods
      • DistortPointInternal(Vector3, Single)
      • DistortPointInternal(Vector3, Single)
      • DistortScaleInternal(Vector3, Single)
      • DistortScaleInternal(Vector3, Single)
    • Implements
    Back to top Generated by DocFX