KeyframeChannel

@ApiStatus.Internal
enum KeyframeChannel

Represents the type of property a keyframe affects.

Since

1.15.2

Entries

Link copied to clipboard
@ApiStatus.Internal
POSITION

Affects the position of a bone.

Link copied to clipboard
@ApiStatus.Internal
ROTATION

Affects the rotation of a bone.

Link copied to clipboard
@ApiStatus.Internal
SCALE

Affects the scale of a bone.

Link copied to clipboard
@ApiStatus.Internal
TIMELINE

Represents a timeline for sound or particle effects.

Link copied to clipboard
@ApiStatus.Internal
SOUND

Represents a sound effect.

Link copied to clipboard
@ApiStatus.Internal
PARTICLE

Represents a particle effect.

Link copied to clipboard
@ApiStatus.Internal
NOT_FOUND

Represents an unknown or unsupported channel.

Functions

Link copied to clipboard
open fun valueOf(name: String): KeyframeChannel

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.