Implements IWindow
Introduction
Click Event
IWindow.Enabled
// Inside the Entity
((IWindow)this).Enabled = false;
// Outside of the Entity, assuming mEntityInstance is an instance:
((IWindow)mEntityInstance).Enabled = false;IWindow Members
Last updated
Was this helpful?