Interface IAnimationLoopEvent

interface IAnimationLoopEvent {
    deltaTime: number;
    renderer: IWebGLRenderer;
    time: number;
    xrFrame?: XRFrame;
    [attachment: string]: any;
}

Hierarchy

Indexable

  • [attachment: string]: any

Properties

deltaTime: number
renderer: IWebGLRenderer
time: number
xrFrame?: XRFrame