Interface AnimatorDescription

Custom particle's animator params object.

interface AnimatorDescription {
    end?: number;
    fadeIn?: number;
    fadeOut?: number;
    period?: number;
    start?: number;
}

Hierarchy (view full)

Properties

end?: number

Ending value.

0
fadeIn?: number

Appearance moment in the proportions of the period.

0
fadeOut?: number

Disappearance moment in the proportions of the period.

0
period?: number

Animator's period in ticks, if it's less than zero or not listed, it'll be particle's lifetime.

start?: number

Initial value.

0

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.