Click or drag to resize
EntityComponentDataToString Method
Returns the id of the entity and the component for which this event has occurred.

Namespace: Slash.ECS.Events
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public override string ToString()

Return Value

Type: String
Entity id and component.
See Also