Click or drag to resize
DigitalRuneGameObjectIsLoaded Property
Gets a value indicating whether the content of this object was loaded.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public bool IsLoaded { get; }

Property Value

Type: Boolean
if the content of this instance is loaded; otherwise, .
Remarks
See Also