Show / Hide Table of Contents

Class PlayerCursorClickedEventArgs

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

Constructors

| Edit this page View Source

PlayerCursorClickedEventArgs(CursorButton, bool, Point, Vector3, Element?)

Declaration
public PlayerCursorClickedEventArgs(CursorButton button, bool isDown, Point position, Vector3 worldPosition, Element? element)
Parameters
Type Name Description
CursorButton button
bool isDown
Point position
Vector3 worldPosition
Element element

Properties

| Edit this page View Source

Button

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

Element

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

IsDown

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

Position

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

WorldPosition

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