Class OnHitEventArgs
Inherited Members
Namespace: Slipe.Shared.CollisionShapes.Events
Assembly: SlipeShared.dll
Syntax
public class OnHitEventArgs
Properties
| Improve this Doc View SourceElement
The element that hit the collision shape
Declaration
public PhysicalElement Element { get; }
Property Value
Type | Description |
---|---|
PhysicalElement |
IsDimensionMatching
True if the dimensions of the collision shape and the element are matching
Declaration
public bool IsDimensionMatching { get; }
Property Value
Type | Description |
---|---|
Boolean |