PowerHorse Engine
    Preparing search index...

    Variable createAnimationConst

    createAnimation: (props: createAnimationProps) => Instance & {
        custom: (
            StateConditions: boolean | boolean[],
            Props: AnimationParamProps,
        ) => CustomAnimationPropDef;
    } = ...