Tesseract Engine Documentation

ObjectLibrary.Attack_GpuParticle Method 

Player uses Attack Method to shoot gpu-based objects onto the board

public void Attack_GpuParticle(
   Int32 playerID,
   Vector3 initialPosition,
   Vector3 direction,
   Int32 swarmMassValue,
   Int32 swarmThermalValue
);

Parameters

playerID
ID of the player who fired the Swarm
initialPosition
Starting position of the Swarm
direction
Normal direction of the Swarm
swarmMassValue
Mass of Swarm
swarmThermalValue
Thermal value of Swarm

See Also

ObjectLibrary Class | DarkWynter.Engine.ObjectLib Namespace