Struct MarkingController
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.Client.Game.UI
Assembly: FFXIVClientStructs.dll
Syntax
public struct MarkingController
Fields
| Improve this Doc View SourceFieldMarkerArray
Declaration
public byte *FieldMarkerArray
Field Value
| Type | Description |
|---|---|
| System.Byte* |
LetterMarkerArray
Declaration
public uint *LetterMarkerArray
Field Value
| Type | Description |
|---|---|
| System.UInt32* |
MarkerArray
Declaration
public long *MarkerArray
Field Value
| Type | Description |
|---|---|
| System.Int64* |
MarkerTimeArray
Declaration
public long *MarkerTimeArray
Field Value
| Type | Description |
|---|---|
| System.Int64* |
Properties
| Improve this Doc View SourceFieldMarkerSpan
Declaration
public readonly Span<FieldMarker> FieldMarkerSpan { get; }
Property Value
| Type | Description |
|---|---|
| System.Span<FieldMarker> |
Methods
| Improve this Doc View SourceInstance()
Declaration
public static MarkingController*Instance()
Returns
| Type | Description |
|---|---|
| MarkingController* |