Show / Hide Table of Contents

Class OnDoubleClickEventArgs

Inheritance
Object
OnDoubleClickEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.IO.Events
Assembly: SlipeClient.dll
Syntax
public class OnDoubleClickEventArgs

Properties

| Improve this Doc View Source

ClickedElement

The element the player clicked on. This can be null.

Declaration
public PhysicalElement ClickedElement { get; }
Property Value
Type Description
PhysicalElement
| Improve this Doc View Source

MouseButton

The mouse button that was pressed.

Declaration
public MouseButton MouseButton { get; }
Property Value
Type Description
MouseButton
| Improve this Doc View Source

ScreenPosition

Position on the screen the player clicked on.

Declaration
public Vector2 ScreenPosition { get; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

WorldPosition

Position in the world the player clicked on.

Declaration
public Vector3 WorldPosition { get; }
Property Value
Type Description
Vector3
  • Improve this Doc
  • View Source
Back to top Generated by DocFX