Show / Hide Table of Contents

Class CollisionPolygonPointPositionChangedArgs

Inheritance
object
EventArgs
CollisionPolygonPointPositionChangedArgs
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 CollisionPolygonPointPositionChangedArgs : EventArgs

Constructors

| Edit this page View Source

CollisionPolygonPointPositionChangedArgs(CollisionPolygon, uint, Vector2)

Declaration
public CollisionPolygonPointPositionChangedArgs(CollisionPolygon polygon, uint index, Vector2 position)
Parameters
Type Name Description
CollisionPolygon polygon
uint index
Vector2 position

Properties

| Edit this page View Source

Index

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

Polygon

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

Position

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