Show / Hide Table of Contents

Class InterfaceManager

Inheritance
System.Object
InterfaceManager
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dalamud.Interface
Assembly: Dalamud.dll
Syntax
public class InterfaceManager : IDisposable

Constructors

| Improve this Doc View Source

InterfaceManager(Dalamud, SigScanner)

Declaration
public InterfaceManager(Dalamud dalamud, SigScanner scanner)
Parameters
Type Name Description
Dalamud.Dalamud dalamud
SigScanner scanner

Methods

| Improve this Doc View Source

Dispose()

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

Enable()

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

LoadImage(Byte[])

Declaration
public TextureWrap LoadImage(byte[] imageData)
Parameters
Type Name Description
System.Byte[] imageData
Returns
Type Description
TextureWrap
| Improve this Doc View Source

LoadImage(String)

Declaration
public TextureWrap LoadImage(string filePath)
Parameters
Type Name Description
System.String filePath
Returns
Type Description
TextureWrap

Events

| Improve this Doc View Source

OnDraw

This event gets called by a plugin UiBuilder when read

Declaration
public event RawDX11Scene.BuildUIDelegate OnDraw
Event Type
Type Description
RawDX11Scene.BuildUIDelegate

Implements

System.IDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX