Types/AnimatedVector
Revision as of 10:55, 8 August 2019 by Bilka (talk | contribs) (Created page with "Used by Prototype/FluidTurret. == Mandatory properties == === rotations === '''Type''': Types/table of Types/table An array of tables with the following key/val...")
Used by Prototype/FluidTurret.
Mandatory properties
rotations
Type: Types/table of Types/table
An array of tables with the following key/value pairs:
- frames - array of Types/vector - Mandatory. Sizes of all
frames
arrays must be the same. - render_layer - Types/RenderLayer - Optional.
Optional properties
render_layer
Type: Types/RenderLayer
Default render layer for the rorations.
direction_shift
Type: Types/table
Table with the following optional key/value pairs:
- north - Types/vector
- east - Types/vector
- south - Types/vector
- west - Types/vector