KeyframeSequence

KeyframeSequence

Overview

KeyframeSequence 是一个类在Aspose.3D FOSS for Typescript中. 继承人: A3DObject.

KeyframeSequence.constructor creates a new sequence and optionally assigns a name.

本类提供了4种方法,用于在TypeScript程序中使用KeyframeSequence对象. 有的方法包括: add, constructor, reset, setBindPoint. 在安装Aspose.3D FOSS for Typescript 包后,所有公众成员都可以访问任何TypeScript应用程序. 特性: bindPoint, keyFrames, name, postBehavior, preBehavior, properties.

Description

KeyframeSequence 是Aspose.3D FOSS库中一个类,用于 TypeScript 展示了 3 种方法和 6 个属性进行编程使用. 它扩展到 A3DObject, 继承了其母型的共享功能.

核心能力包括: string; propertycollection; `bindpoint. 这些操作使开发人员能够直接将keyframe序列功能集成到TypeScript应用程序中.

课程还提供了 properties 财产 (获得物质), bindPoint 属性 (得到结点), keyFrames 关键框架.

实例通过单个构造器创建,该构成者将对象初始化为默认值.

Properties

NameTypeAccessDescription
namestring阅读/写作得到了这个名字.
propertiesPropertyCollectionRead得到了房地产.
bindPoint`BindPointnull`Read
keyFramesKeyFrame[]Read得到关键框架.
postBehaviorExtrapolationRead得到了后续行为.
preBehaviorExtrapolationRead得到了前的行为.

Methods

SignatureDescription
`constructor(name: stringnull)`
reset()清除所有键,并恢复默认行为设置.
add(time: number, value: number, interpolation: Interpolation)在给定的时间插入一个键,并使用值和交叉模式.
setBindPoint(value: BindPoint)设置结点值.

See Also

 中文