Struct AtkUnitBase
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)
Assembly: FFXIVClientStructs.dll
Syntax
public struct AtkUnitBase
Fields
|
Improve this Doc
View Source
Alpha
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
AtkEventListener
Declaration
public AtkEventListener AtkEventListener
Field Value
|
Improve this Doc
View Source
CollisionNodeList
Declaration
public AtkCollisionNode**CollisionNodeList
Field Value
|
Improve this Doc
View Source
CollisionNodeListCount
Declaration
public uint CollisionNodeListCount
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
Flags
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
ID
Declaration
Field Value
| Type |
Description |
| System.Int16 |
|
|
Improve this Doc
View Source
Name
Declaration
Field Value
| Type |
Description |
| System.Byte* |
|
|
Improve this Doc
View Source
ParentID
Declaration
Field Value
| Type |
Description |
| System.Int16 |
|
|
Improve this Doc
View Source
RootNode
Declaration
public AtkResNode*RootNode
Field Value
|
Improve this Doc
View Source
Scale
Declaration
Field Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
UldManager
Declaration
public AtkUldManager UldManager
Field Value
|
Improve this Doc
View Source
WindowNode
Declaration
public AtkComponentNode*WindowNode
Field Value
|
Improve this Doc
View Source
X
Declaration
Field Value
| Type |
Description |
| System.Int16 |
|
|
Improve this Doc
View Source
Y
Declaration
Field Value
| Type |
Description |
| System.Int16 |
|
Properties
|
Improve this Doc
View Source
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
|
Improve this Doc
View Source
GetGlobalUIScale()
Declaration
[MemberFunction("E8 ?? ?? ?? ?? 0F BF 45 00")]
public float GetGlobalUIScale()
Returns
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
GetScale()
Declaration
[MemberFunction("E8 ?? ?? ?? ?? 0F BF CB 0F 28 F8")]
public float GetScale()
Returns
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Hide(Boolean)
Declaration
[VirtualFunction(4)]
public bool Hide(bool unknown)
Parameters
| Type |
Name |
Description |
| System.Boolean |
unknown |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
SetPosition(Int16, Int16)
Declaration
[VirtualFunction(7)]
public void SetPosition(short x, short y)
Parameters
| Type |
Name |
Description |
| System.Int16 |
x |
|
| System.Int16 |
y |
|
|
Improve this Doc
View Source
Show(Int32, Boolean)
Declaration
[VirtualFunction(3)]
public bool Show(int unkInt, bool unkBool = false)
Parameters
| Type |
Name |
Description |
| System.Int32 |
unkInt |
|
| System.Boolean |
unkBool |
|
Returns
| Type |
Description |
| System.Boolean |
|