Click or drag to resize
DigitalRuneGameObjectCollectionRemoveItem Method
Removes the element at the specified index of the GameObjectCollection.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
protected override void RemoveItem(
	int index
)

Parameters

index
Type: SystemInt32
The index of the element to remove.
See Also