Struct Entity.TouchEndEvent

Namespace
Game.Shared
Assembly
Game.dll
public record struct Entity.TouchEndEvent : IEquatable<Entity.TouchEndEvent>
Implements
Inherited Members

Constructors

TouchEndEvent(Entity, Entity)

public TouchEndEvent(Entity Self, Entity Other)

Parameters

Self Entity
Other Entity

Properties

Other

public Entity Other { readonly get; set; }

Property Value

Entity

Self

public Entity Self { readonly get; set; }

Property Value

Entity