Show / Hide Table of Contents

Struct AtkUldManager

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 AtkUldManager

Fields

| Improve this Doc View Source

AssetCount

Declaration
public ushort AssetCount
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

Assets

Declaration
public AtkUldAsset*Assets
Field Value
Type Description
AtkUldAsset*
| Improve this Doc View Source

AtkResourceRendererManager

Declaration
public void *AtkResourceRendererManager
Field Value
Type Description
System.Void*
| Improve this Doc View Source

ComponentData

Declaration
public AtkUldComponentDataBase*ComponentData
Field Value
Type Description
AtkUldComponentDataBase*
| Improve this Doc View Source

Flags1

Declaration
public byte Flags1
Field Value
Type Description
System.Byte
| Improve this Doc View Source

LoadedState

Declaration
public byte LoadedState
Field Value
Type Description
System.Byte
| Improve this Doc View Source

NodeList

Declaration
public AtkResNode**NodeList
Field Value
Type Description
AtkResNode**
| Improve this Doc View Source

NodeListCount

Declaration
public ushort NodeListCount
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

NodeListSize

Declaration
public ushort NodeListSize
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

ObjectCount

Declaration
public ushort ObjectCount
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

Objects

Declaration
public AtkUldObjectInfo*Objects
Field Value
Type Description
AtkUldObjectInfo*
| Improve this Doc View Source

PartsList

Declaration
public AtkUldPartsList*PartsList
Field Value
Type Description
AtkUldPartsList*
| Improve this Doc View Source

PartsListCount

Declaration
public ushort PartsListCount
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

RootNode

Declaration
public AtkResNode*RootNode
Field Value
Type Description
AtkResNode*
| Improve this Doc View Source

RootNodeHeight

Declaration
public ushort RootNodeHeight
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

RootNodeWidth

Declaration
public ushort RootNodeWidth
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

UldResourceHandle

Declaration
public void *UldResourceHandle
Field Value
Type Description
System.Void*
| Improve this Doc View Source

UnknownCount

Declaration
public ushort UnknownCount
Field Value
Type Description
System.UInt16

Methods

| Improve this Doc View Source

CreateNodeByType(UInt32)

Declaration
[MemberFunction("E8 ? ? ? ? 48 8B 4C 24 ? 48 8B 51 08")]
public AtkResNode*CreateNodeByType(uint type)
Parameters
Type Name Description
System.UInt32 type
Returns
Type Description
AtkResNode*
| Improve this Doc View Source

SearchNodeById(UInt32)

Declaration
[MemberFunction("F6 81 ? ? ? ? ? 44 8B CA")]
public AtkResNode*SearchNodeById(uint id)
Parameters
Type Name Description
System.UInt32 id
Returns
Type Description
AtkResNode*
| Improve this Doc View Source

UpdateDrawNodeList()

Declaration
[MemberFunction("E8 ? ? ? ? 49 8B 4E 10 8B C5")]
public void UpdateDrawNodeList()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX