
| type | :: "single-graphic" | |
| graphic | :: ProcessionGraphic | |
| render_layer optional | :: RenderLayer | |
| secondary_draw_order optional | :: int8 | |
| relative_to optional | :: EffectRelativeTo | Where the sprite is centered. |
Where the sprite is centered. | ||
| compensated_pivot optional | :: boolean | Swaps the order of sprite shift and rotation. |
Swaps the order of sprite shift and rotation. | ||
| rotates_with_pod optional | :: boolean | |
| shift_rotates_with_pod optional | :: boolean | Only applied when the |
Only applied when the | ||
| is_passenger_only optional | :: boolean | |
| clip_with_hatches optional | :: boolean | |
| animation_driven_by_curve optional | :: boolean | |
| frames | :: array[SingleGraphicLayerProcessionBezierControlPoint] | |
| frames | :: array[SingleGraphicLayerProcessionBezierControlPoint] | |
| graphic | :: ProcessionGraphic | |
| type | :: "single-graphic" | |
| animation_driven_by_curve optional | :: boolean | |
| clip_with_hatches optional | :: boolean | |
| compensated_pivot optional | :: boolean | Swaps the order of sprite shift and rotation. |
Swaps the order of sprite shift and rotation. | ||
| is_passenger_only optional | :: boolean | |
| relative_to optional | :: EffectRelativeTo | Where the sprite is centered. |
Where the sprite is centered. | ||
| render_layer optional | :: RenderLayer | |
| rotates_with_pod optional | :: boolean | |
| secondary_draw_order optional | :: int8 | |
| shift_rotates_with_pod optional | :: boolean | Only applied when the |
Only applied when the | ||


Default: "object"

Default: 0

Default: "pod"
Where the sprite is centered.

One frame in time for a Bezier interpolation.

Mandatory if opacity or tint is defined.

Default: 1.0
opacity and opacity_t interpolate a double smoothly over time.

Bidirectional tangent at the given timestamp.

Default: {1.0, 1.0, 1.0, 1.0}
tint and tint_t interpolate a color smoothly over time.

Bidirectional tangent at the given timestamp.

Default: 0.0
rotation and rotation_t interpolate a double smoothly over time.

Bidirectional tangent at the given timestamp.

Default: 1.0
scale and scale_t interpolate a double smoothly over time.

Bidirectional tangent at the given timestamp.

Default: {0.0, 0.0}
shift and shift_t interpolate a vector smoothly over time using shift_rate and shift_rate_t for a 0-1 rate curve.
Vector value.

Vector tangent.

Rate 0-1 value.

Rate tangent.

Default: 0.0
the frame of the pod animation played. Used only when 'animation_driven_by_curve' is enabled.

Prototypes
Types
Defines