@itwin/core-frontend
Version:
iTwin.js frontend components
11 lines • 364 B
TypeScript
/** @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