Documentation
    Preparing search index...

    Interface OneShotSourceOptions

    The possible options for this node

    interface OneShotSourceOptions {
        context: BaseContext;
        curve: OneShotSourceCurve;
        fadeIn: Time;
        fadeOut: Time;
        onended: onEndedCallback;
    }

    Hierarchy (View Summary)

    Index
    context: BaseContext
    fadeIn: Time
    fadeOut: Time