AnimationChannel

AnimationChannel

Overview

AnimationChannel is a class in Aspose.3D FOSS for Typescript. Inherits from: KeyframeSequence.

AnimationChannel.constructor creates a new channel with the specified name.

This class provides 1 method for working with AnimationChannel objects in Typescript programs. Available methods include: constructor. All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package. Properties: componentType, defaultValue, keyframeSequence.

Description

AnimationChannel is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 3 properties for programmatic use. It extends KeyframeSequence, inheriting shared functionality from its parent type.

Core capabilities include: `keyframesequence ; creates a new channel with the specified name. These operations enable developers to integrate animationchannel functionality directly into TypeScript applications.

The class also provides the componentType property (gets the component type).

Instances are created through a single constructor that initializes the object with default values.

Properties

NameTypeAccessDescription
componentTypeanyReadGets the component type.
defaultValueanyRead/WriteGets the default value.
keyframeSequenceKeyframeSequence | nullRead/WriteGets the keyframe sequence.

Methods

SignatureDescription
constructor(name: string)Creates a new channel with the specified name

See Also