Click or drag to resize
GameEventToString Method
Returns the type and data of this event, as string.

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
Type and data of this event, as string.
See Also