![]() | ComponentStatusChangedEventData Class |
Namespace: Slash.ECS.Events
The ComponentStatusChangedEventData type exposes the following members.
Name | Description | |
---|---|---|
![]() | ComponentStatusChangedEventData | Initializes a new instance of the ComponentStatusChangedEventData class |
Name | Description | |
---|---|---|
![]() | Component |
Component which status changed.
|
![]() | Duration |
Duration the status change lasts (in s).
Null means the duration isn't determined.
|
![]() | EntityId |
Id of entity the component belongs to.
|
![]() | IsEnabled |
Indicates if the component was enabled or disabled.
|
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |