Show / Hide Table of Contents

Struct AtkTexture

Implements
ICreatable
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 AtkTexture : ICreatable

Fields

| Improve this Doc View Source

Crest

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

KernelTexture

Declaration
public Texture*KernelTexture
Field Value
Type Description
Texture*
| Improve this Doc View Source

Resource

Declaration
public AtkTextureResource*Resource
Field Value
Type Description
AtkTextureResource*
| Improve this Doc View Source

TextureType

Declaration
public TextureType TextureType
Field Value
Type Description
TextureType
| Improve this Doc View Source

UnkBool_2

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

vtbl

Declaration
public void *vtbl
Field Value
Type Description
System.Void*

Methods

| Improve this Doc View Source

Ctor()

Declaration
public void Ctor()
| Improve this Doc View Source

Destroy(Boolean)

Declaration
public void Destroy(bool free)
Parameters
Type Name Description
System.Boolean free
| Improve this Doc View Source

GetKernelTexture()

Declaration
public Texture*GetKernelTexture()
Returns
Type Description
Texture*
| Improve this Doc View Source

GetLoadState()

Declaration
public int GetLoadState()
Returns
Type Description
System.Int32
| Improve this Doc View Source

IsTextureReady()

Declaration
public bool IsTextureReady()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

LoadIconTexture(Int32, Int32)

Declaration
public int LoadIconTexture(int iconId, int version)
Parameters
Type Name Description
System.Int32 iconId
System.Int32 version
Returns
Type Description
System.Int32
| Improve this Doc View Source

ReleaseTexture()

Declaration
public int ReleaseTexture()
Returns
Type Description
System.Int32

Implements

ICreatable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX