:
:
:
void criAtomExPlayer_AttachTween(CriAtomExPlayerHn player, CriAtomExTweenHn tween)
Attach a Tween to a player.
CriAtomExPlaybackId criAtomExPlayer_Start(CriAtomExPlayerHn player)
Start the playback.
@ CRIATOMEX_PARAMETER_ID_VOLUME
Definition: cri_le_atom_ex.h:4007
struct CriAtomExTweenTag * CriAtomExTweenHn
Tween handle.
Definition: cri_le_atom_ex.h:5091
#define criAtomExTween_SetDefaultConfig(p_config)
Assign the default values to the configuration structure used to create a Tween.
Definition: cri_le_atom_ex.h:1162
CriAtomExTweenHn criAtomExTween_Create(const CriAtomExTweenConfig *config, void *work, CriSint32 work_size)
Create Tween.
void criAtomExTween_MoveTo(CriAtomExTweenHn tween, CriUint16 time_ms, CriFloat32 value)
Smoothly change the current value of the parameter to the specified value.
@ CRIATOMEX_PARAMETER_TYPE_BASIC
Basic parameters.
Definition: cri_le_atom_ex.h:5024
Configuration structure used to create a Tween.
Definition: cri_le_atom_ex.h:5047
CriAtomExTweenParameterType parameter_type
Parameter type.
Definition: cri_le_atom_ex.h:5074
CriAtomExParameterId parameter_id
Parameter ID.
Definition: cri_le_atom_ex.h:5059