 | ComponentStatusChangedEventDataIsEnabled Property |
Indicates if the component was enabled or disabled.
Namespace: Slash.ECS.EventsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic bool IsEnabled { get; set; }
Public Property IsEnabled As Boolean
Get
Set
public:
property bool IsEnabled {
bool get ();
void set (bool value);
}
member IsEnabled : bool with get, set
Property Value
Type:
Boolean
See Also