Adds an entity to the blob. Thread safe.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void AddEntity(
	TEntity toAdd,
	bool isRealEntity
)
Visual Basic (Declaration)
Public Sub AddEntity ( _
	toAdd As TEntity, _
	isRealEntity As Boolean _
)
Visual C++
public:
void AddEntity(
	TEntity toAdd, 
	bool isRealEntity
)

Parameters

toAdd
Type: TEntity
The entity to be added.
isRealEntity
Type: System..::.Boolean
Indicates whether it is a real entity (e.g. not a intermediate centroid)

See Also