Skip to content

ASCueSpec

PT | EN
Inherits: RefCounted

Runtime context for a cue execution.

Description

[ASCueSpec] provides context for visual/audio effects, such as who triggered it and where it happened.

Properties

TypeNameDefault
ASCuecue
The definition resource.
ASEffectSpeceffect_spec
The associated effect specification that triggered this cue.
Dictionaryextra_data{}
Any extra data passed to the cue.
Varianthit_positionnull
Position.
floatmagnitude0.0
Calculated magnitude.
ASComponentsource_asc
The component that originated the cue.
ASComponenttarget_asc
The component the cue is applied to.
Objecttarget_node
The target Node the cue is playing on.

Methods

ReturnName
floatget_level( ) const
Returns the level of the cue spec.
voidset_level( level: float)
Sets the level of the cue spec.