Playable

Required Module

Components & Properties

Name Description
Bezier Curve The Bézier curve
Playable.Playing Status \
Playable.FLAG \
Playable.Auto-Play Status Auto play
Loopable.Is Looping The IsLoop command
Tween Style Type Methods of Interpolation Motion
Tween Curve[Obsolete] Custom Curve can be used for Interpolation Motion
Tween \
PlayableOrPlayables \
Trajectory The bullet trail animation is a simulated animation of a bullet trail
Self-Relative The self-relative motion
Frame Self Relative Self-relative motion every frame
Follow An entity follows another entity
LookAt An entity always faces another entity
Along Path Motion \

Event

Name Description
On Start Fired when a playable entity starts playing
On End Triggered when the playable entity finishes playing. This event only takes effect on the client side when the playable entity is a sound effect, special effect, etc.
On Resume Triggered when a playable entity resumes playing
On Pause Triggered when a playable entity is paused
On Each Loop Triggered each time the playable entity loops. This event only takes effect on the client side when the playable entity is a sound effect, special effect, etc.

API

Name Description
Create Interpolation Motion[Obsolete] Create Tween
Create Self Relative Create relative self-motion, the target entity changes each time relative to its current attribute value
Create Frame Self Relative Creates relative motion per frame. The target entity changes its own attributes once per frame, each time relative to its current attribute value.
Create Tween Create interpolated motion, the specified attributes of the target entity will move smoothly according to the settings
Custom Curve[Obsolete] NewCurve (deprecated, use CreateTweenCurve)
Play Attempts to play the target entity, which must have a playable component
Reset Reset the playable entity to restore the playable entity to its initial state.This will not change the playback state
Pause Pause playable entities
Create Trajectory Creating a Trajectory motion will give the target entity an initial velocity and acceleration with direction
Create Follow Creates a following motion where the target entity follows the specified object.
Create Look At Creates a gaze following motion, where the target entity stays oriented towards the specified object
Sample On Curve Get the value on the curve
Get Result From Curve Interpolate according to the curve
Create Sound Play the specified sound effect. If there are more properties that need to be set, you can set its entity properties.
Create Sound Create a specified sound effect. If there are more properties that need to be set, you can set its entity properties.
Create Effect Create a specified visual effect. If there are more properties that need to be set, you can set its entity properties.
CreateEffect Create a specified visual effect. If there are more properties that need to be set, you can set its entity properties.
Create Along Path Motion Create an interpolated movement along a path to make the object move along the specified path