Show / Hide Table of Contents

    Class DistorterWiggly

    Inheritance
    Object
    Distorter
    DistorterWiggly
    Implements
    IComparable<Distorter>
    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 DistorterWiggly : Distorter, IComparable<Distorter>

    Properties

    AxisOffset

    Declaration
    public Vector3 AxisOffset { 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

    ScaleMultiplier

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

    SpeedMultiplier

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

    StrengthMultiplier

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

    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)

    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

    System.IComparable<T>
    Back to top Generated by DocFX