 | EntityComponentDataEntityId Property |
Id of the entity the component event has been fired for.
Namespace: Slash.ECS.EventsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic int EntityId { get; }
Public ReadOnly Property EntityId As Integer
Get
public:
property int EntityId {
int get ();
}
member EntityId : int with get
Property Value
Type:
Int32
See Also