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 SourceInterfaceManager(Dalamud, SigScanner)
Declaration
public InterfaceManager(Dalamud dalamud, SigScanner scanner)
Parameters
| Type | Name | Description |
|---|---|---|
| Dalamud.Dalamud | dalamud | |
| SigScanner | scanner |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
Enable()
Declaration
public void Enable()
LoadImage(Byte[])
Declaration
public TextureWrap LoadImage(byte[] imageData)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | imageData |
Returns
| Type | Description |
|---|---|
| TextureWrap |
LoadImage(String)
Declaration
public TextureWrap LoadImage(string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | filePath |
Returns
| Type | Description |
|---|---|
| TextureWrap |
Events
| Improve this Doc View SourceOnDraw
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