Show / Hide Table of Contents

Class OnCollisionShapeHitEventArgs

Inheritance
Object
OnCollisionShapeHitEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Shared.Elements.Events
Assembly: SlipeShared.dll
Syntax
public class OnCollisionShapeHitEventArgs

Properties

| Improve this Doc View Source

CollisionShape

The collision shape that was hit

Declaration
public CollisionShape CollisionShape { get; }
Property Value
Type Description
CollisionShape
| Improve this Doc View Source

IsDimensionMatching

True if the dimension of both elements are matching, false otherwise

Declaration
public bool IsDimensionMatching { get; }
Property Value
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX