mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class LoaderController

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

    Inheritance
    Object
    LoaderController
    Implements
    MonoBehaviour
    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public class LoaderController : MonoBehaviour, 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

    Amplitude

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

    DotOffset

    Declaration
    public float DotOffset { 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

    DotScaleMultipler

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

    DotSetScale

    Declaration
    public float DotSetScale { 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

    DotSpinMultiplier

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

    Frequency

    Declaration
    public float Frequency { 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

    InvertOrbitOffset

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

    LFOamp

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

    LFOamp

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

    LFOcos

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

    LFOcos

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

    LFOfreq

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

    LFOfreq

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

    LFOsin

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

    LFOsin

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

    ReverseOrbit

    Declaration
    public bool ReverseOrbit { 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

    SinCosSplitScale

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

    Implements

    MonoBehaviour
    In This Article
    • Properties
      • Amplitude
      • Amplitude
      • DotOffset
      • DotOffset
      • DotScaleMultipler
      • DotScaleMultipler
      • DotSetScale
      • DotSetScale
      • DotSpinMultiplier
      • DotSpinMultiplier
      • Frequency
      • Frequency
      • InvertOrbitOffset
      • InvertOrbitOffset
      • LFOamp
      • LFOamp
      • LFOcos
      • LFOcos
      • LFOfreq
      • LFOfreq
      • LFOsin
      • LFOsin
      • ReverseOrbit
      • ReverseOrbit
      • SinCosSplitScale
      • SinCosSplitScale
    • Implements
    Back to top Generated by DocFX