evCreate API 5.7 Help

AddCameraKey Function

Adds a new camera key at a given position on the animation timeline during an active 3D animation editing session.

AddCameraKey(at: [[[EvAnimationPosition|evanimationposition-interface.html]]]): Promise<void>

Parameters

at: EvAnimationPosition

An EvAnimationPosition object, a given position on the animation timeline where the new camera key should be added during the active 3D animation editing session.

Return value

Promise<void>

A Promise that, if fulfilled, resolves to void if the new camera key has been successfully added to the given position on the animation timeline during the active 3D animation editing session.

Discussion

The function will throw an error if the 3D animation editing mode has not been activated.

A camera key records the camera state at the given key position on the timeline.

28 April 2025