Struct AtkCursor
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FFXIVClientStructs.FFXIV.Component.GUI
Assembly: FFXIVClientStructs.dll
Syntax
public struct AtkCursor
Fields
| Improve this Doc View SourceType
Declaration
public AtkCursor.CursorType Type
Field Value
| Type | Description |
|---|---|
| AtkCursor.CursorType |
Visible
Declaration
public byte Visible
Field Value
| Type | Description |
|---|---|
| System.Byte |
Methods
| Improve this Doc View SourceHide()
Declaration
public void Hide()
SetCursorType(AtkCursor.CursorType, Byte)
Declaration
public void SetCursorType(AtkCursor.CursorType type, byte a3 = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| AtkCursor.CursorType | type | |
| System.Byte | a3 |
Show()
Declaration
public void Show()