Click or drag to resize
Entity2Data Class
Event data for events concerning two entities.
Inheritance Hierarchy
SystemObject
  Slash.ECS.EventsEntity2Data

Namespace: Slash.ECS.Events
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public class Entity2Data : IEquatable<Entity2Data>

The Entity2Data type exposes the following members.

Constructors
  NameDescription
Public methodEntity2Data
Initializes a new instance of the Entity2Data class
Top
Properties
  NameDescription
Public propertyFirst
Id of the first entity.
Public propertySecond
Id of the second entity.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also