Show / Hide Table of Contents

Class OnClickEventArgs

Inheritance
Object
OnClickEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnClickEventArgs

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

MouseButtonState

The button state.

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