AnimationNode

Přehled

AnimationNode je třída v Aspose.3d pro Typescript. Dědici: AnimationNode, A3DObject.

AnimationNode.constructor creates a new animation node with an optional name.

Vlastnosti

Název:Typ:PřístupPopis:
namestringČtěte.Uložení identifikačního řetězce animace uzlu
propertiesPropertyCollectionČtěte.Udržuje soubor vlastností připojených k uzlu.
bindPointsBindPoint[]Čtěte.Obsahuje řady bodů spojených s tímto animačním uzlem.
subAnimationsAnimationNode[]Čtěte.Uložení dětských animačních uzlů tvořících hierarchickou strukturu animace.

Metody

Podpis:Popis:
`constructor(name: stringnull)`
findBindPoint(_target: A3DObjectClass, name: string) → `BindPointnull`
getBindPoint(target: A3DObjectClass, propName: string, create: boolean) → `BindPointnull`
createBindPoint(obj: A3DObjectClass, propName: string) → `BindPointnull`
`getKeyframeSequence(target: A3DObjectClass, propName: string, channelName: stringnull, create: boolean)KeyframeSequence
 Čeština