Class PlayerCursorClickedEventArgs
Inheritance
PlayerCursorClickedEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class PlayerCursorClickedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
Declaration
public PlayerCursorClickedEventArgs(CursorButton button, bool isDown, Point position, Vector3 worldPosition, Element? element)
Parameters
Properties
|
Edit this page
View Source
Declaration
public CursorButton Button { get; }
Property Value
|
Edit this page
View Source
Element
Declaration
public Element? Element { get; }
Property Value
|
Edit this page
View Source
IsDown
Declaration
public bool IsDown { get; }
Property Value
|
Edit this page
View Source
Position
Declaration
public Point Position { get; }
Property Value
|
Edit this page
View Source
WorldPosition
Declaration
public Vector3 WorldPosition { get; }
Property Value