Click or drag to resize
DigitalRuneGameObjectUnload Method
Unloads the content of the game object.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public void Unload()
Remarks

This method is automatically called when the game object is removed from a IGameObjectService.

OnUnload will be called automatically in this method.

See Also