Class OnCollisionShapeHitEventArgs
Inherited Members
Namespace: Slipe.Shared.Elements.Events
Assembly: SlipeShared.dll
Syntax
public class OnCollisionShapeHitEventArgs
Properties
| Improve this Doc View SourceCollisionShape
The collision shape that was hit
Declaration
public CollisionShape CollisionShape { get; }
Property Value
| Type | Description |
|---|---|
| CollisionShape |
IsDimensionMatching
True if the dimension of both elements are matching, false otherwise
Declaration
public bool IsDimensionMatching { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |