We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Class LoaderController

    Controls how the standard indeterminate loader moves and behaves over time.

    Inheritance
    Object
    LoaderController
    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public class LoaderController : MonoBehaviour
    Remarks

    This loader is calculated dynamically based on Sine and Cosine

    Properties

    Amplitude

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

    DotOffset

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

    DotScaleMultipler

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

    DotSetScale

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

    DotSpinMultiplier

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

    Frequency

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

    InvertOrbitOffset

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

    LFOamp

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

    LFOcos

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

    LFOfreq

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

    LFOsin

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

    ReverseOrbit

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

    SinCosSplitScale

    Declaration
    public bool SinCosSplitScale { get; set; }
    Property Value
    Type Description
    Boolean
    Back to top Generated by DocFX