| GameObjectIsLoaded Property |
Gets a value indicating whether the content of this object was loaded.
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public bool IsLoaded { get; }
Public ReadOnly Property IsLoaded As Boolean
Get
public:
property bool IsLoaded {
bool get ();
}
member IsLoaded : bool with get
Property Value
Type:
Boolean if the content of this instance is loaded; otherwise,
.
Remarks
This flag is automatically set and reset in
Load and
Unload.
See Also