UNPKG

@itwin/core-frontend

Version:
16 lines 824 B
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ /** @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 var AnimationNodeId; (function (AnimationNodeId) { AnimationNodeId[AnimationNodeId["Untransformed"] = 4294967295] = "Untransformed"; })(AnimationNodeId || (AnimationNodeId = {})); //# sourceMappingURL=AnimationNodeId.js.map