UNPKG

playcanvas

Version:

PlayCanvas WebGL game engine

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