/** * An AnimBlendTree that calculates normalized weight values based on the total weight. * * @ignore */ export class AnimBlendTreeDirect extends AnimBlendTree { calculateWeights(): void; } import { AnimBlendTree } from './anim-blend-tree.js';