Struct AtkImageNode
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 AtkImageNode : ICreatable
Fields
|
Improve this Doc
View Source
AtkResNode
Declaration
public AtkResNode AtkResNode
Field Value
|
Improve this Doc
View Source
Flags
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
PartId
Declaration
Field Value
| Type |
Description |
| System.UInt16 |
|
|
Improve this Doc
View Source
PartsList
Declaration
public AtkUldPartsList*PartsList
Field Value
|
Improve this Doc
View Source
WrapMode
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
Methods
|
Improve this Doc
View Source
Ctor()
Declaration
|
Improve this Doc
View Source
LoadIconTexture(Int32, Int32)
Declaration
public void LoadIconTexture(int iconId, int version)
Parameters
| Type |
Name |
Description |
| System.Int32 |
iconId |
|
| System.Int32 |
version |
|
|
Improve this Doc
View Source
LoadTexture(Byte*, UInt32)
Declaration
public void LoadTexture(byte *texturePath, uint version = 1U)
Parameters
| Type |
Name |
Description |
| System.Byte* |
texturePath |
|
| System.UInt32 |
version |
|
|
Improve this Doc
View Source
LoadTexture(String, UInt32)
Declaration
public void LoadTexture(string texturePath, uint version = 1U)
Parameters
| Type |
Name |
Description |
| System.String |
texturePath |
|
| System.UInt32 |
version |
|
|
Improve this Doc
View Source
UnloadTexture()
Declaration
public void UnloadTexture()
Implements