Class OnCollisionShapeLeaveEventArgs
Inherited Members
Namespace: Slipe.Shared.Elements.Events
Assembly: SlipeShared.dll
Syntax
public class OnCollisionShapeLeaveEventArgs
Properties
| Improve this Doc View SourceCollisionShape
The collision shape that was left
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 |