Class CollisionShapeLeftEventArgs
Inheritance
CollisionShapeLeftEventArgs
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
Properties
|
Edit this page
View Source
CollisionShape
Declaration
public CollisionShape CollisionShape { get; }
Property Value
|
Edit this page
View Source
Element
Declaration
public Element Element { get; }
Property Value