UNPKG

@lightningjs/renderer

Version:
8 lines (7 loc) 419 B
import type { IAnimationController } from '../../common/IAnimationController.js'; import type { AnimationSettings } from '../../core/animations/CoreAnimation.js'; import { IShaderNode } from '../../main-api/IShaderNode.js'; export declare class ThreadXMainShaderNode extends IShaderNode { loadShader(): void; animate(props: Record<string, number>, settings: Partial<AnimationSettings>): IAnimationController; }