Show / Hide Table of Contents

Class CollisionPolygonPointAddedChangedArgs

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

Constructors

| Edit this page View Source

CollisionPolygonPointAddedChangedArgs(CollisionPolygon, int, Vector2)

Declaration
public CollisionPolygonPointAddedChangedArgs(CollisionPolygon polygon, int index, Vector2 position)
Parameters
Type Name Description
CollisionPolygon polygon
int index
Vector2 position

Properties

| Edit this page View Source

Index

Declaration
public int Index { get; }
Property Value
Type Description
int
| 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