*Translate()
Indicates the entity being translated during the explosion.
Syntax
*Translate (entity, id, x, y, z)
Application
HyperView
Inputs
- entity
- Only components can be exploded.
- id
- The entity ID.
- x
- The X axis value in 3D space.
- y
- The Y axis value in 3D space.
- z
- The Z axis value in 3D space.
Example
*BeginExplosion("Explosion 2", "On")
*Mode("SelectionCenter", 1, 3, 2)
*Translate("Part", 2, 0, 17.8032, 8.38344)
*Translate("Part", 3, 0, 5.68086, -1.15869)
*EndExplosion()