UNPKG

@itwin/core-frontend

Version:
11 lines 364 B
/** @packageDocumentation * @module Rendering */ /** Special values of [[GraphicBranch.animationNodeId]]. * All other values refer to an [ElementTimeline.batchId]($common) that applies a transform to the graphics in the branch. * @internal */ export declare enum AnimationNodeId { Untransformed = 4294967295 } //# sourceMappingURL=AnimationNodeId.d.ts.map