 | ComponentStatusChangedEventDataComponent Property |
Component which status changed.
Namespace: Slash.ECS.EventsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic IEntityComponent Component { get; set; }
Public Property Component As IEntityComponent
Get
Set
public:
property IEntityComponent^ Component {
IEntityComponent^ get ();
void set (IEntityComponent^ value);
}
member Component : IEntityComponent with get, set
Property Value
Type:
IEntityComponent
See Also