Click or drag to resize

Swarm Constructor

Initializes a new instance of the Swarm class

Namespace:  StarfieldUtils.FlockingUtils
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Swarm(
	Vec3D center,
	int boundary,
	int count,
	Color[] colors
)

Parameters

center
Type: StarfieldUtils.MathUtilsVec3D

[Missing <param name="center"/> documentation for "M:StarfieldUtils.FlockingUtils.Swarm.#ctor(StarfieldUtils.MathUtils.Vec3D,System.Int32,System.Int32,System.Drawing.Color[])"]

boundary
Type: SystemInt32

[Missing <param name="boundary"/> documentation for "M:StarfieldUtils.FlockingUtils.Swarm.#ctor(StarfieldUtils.MathUtils.Vec3D,System.Int32,System.Int32,System.Drawing.Color[])"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:StarfieldUtils.FlockingUtils.Swarm.#ctor(StarfieldUtils.MathUtils.Vec3D,System.Int32,System.Int32,System.Drawing.Color[])"]

colors
Type: System.DrawingColor

[Missing <param name="colors"/> documentation for "M:StarfieldUtils.FlockingUtils.Swarm.#ctor(StarfieldUtils.MathUtils.Vec3D,System.Int32,System.Int32,System.Drawing.Color[])"]

See Also