GameObjectCollectionInsertItem Method |
Namespace: DigitalRune.Game
Exception | Condition |
---|---|
ArgumentNullException | item is . |
ArgumentException | item is already loaded, probably belongs to another service. Or the name of the game object is not unique. |
ArgumentOutOfRangeException | index is less than 0, or index is greater than Count. |