AnimationAsset#

class gs_nyx.nyx_py_sdk.AnimationAsset#

Bases: object

An animation track bound to a target asset by UUID.

Constructors

Methods

frame_resize

Resize the frame array to the given length.

frame_size

Return the number of frame entries.

get_frame

Return the frame at the given index.

set_frame

Replace the frame at the given index.

Attributes

frameArray

Underlying vector of keyframes; prefer the indexed 'frame' accessors.

targetUUID

UUID of the asset driven by this animation.

type

Kind of property this animation drives.

uuid

Unique identifier of the animation asset.