Show / Hide Table of Contents

Class CollisionShapeLeftEventArgs

Inheritance
object
EventArgs
CollisionShapeLeftEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
Assembly: SlipeServer.Server.dll
Syntax
public sealed class CollisionShapeLeftEventArgs : EventArgs

Constructors

| Edit this page View Source

CollisionShapeLeftEventArgs(CollisionShape, Element)

Declaration
public CollisionShapeLeftEventArgs(CollisionShape collisionShape, Element element)
Parameters
Type Name Description
CollisionShape collisionShape
Element element

Properties

| Edit this page View Source

CollisionShape

Declaration
public CollisionShape CollisionShape { get; }
Property Value
Type Description
CollisionShape
| Edit this page View Source

Element

Declaration
public Element Element { get; }
Property Value
Type Description
Element
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX