日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    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