Particle2DRenderer Draw Method Delta Engine Documentation

Namespace: DeltaEngine.Rendering3D.Particles
Assembly: DeltaEngine.Rendering3D.Particles (in DeltaEngine.Rendering3D.Particles.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void Draw(
	List<DrawableEntity> visibleEntities
)

Parameters

visibleEntities
Type: System.Collections.Generic List DrawableEntity 

Implements

DrawBehavior Draw(List DrawableEntity )
See Also