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 |
Fields
| Improve this Doc View SourceLastImGuiIoPtr
Declaration
public ImGuiIOPtr LastImGuiIoPtr
Field Value
| Type | Description |
|---|---|
| ImGuiIOPtr |
OnBuildFonts
Declaration
public Action OnBuildFonts
Field Value
| Type | Description |
|---|---|
| System.Action |
Properties
| Improve this Doc View SourceDefaultFont
Declaration
public static ImFontPtr DefaultFont { get; }
Property Value
| Type | Description |
|---|---|
| ImFontPtr |
IconFont
Declaration
public static ImFontPtr IconFont { get; }
Property Value
| Type | Description |
|---|---|
| ImFontPtr |
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 |
LoadImageRaw(Byte[], Int32, Int32, Int32)
Declaration
public TextureWrap LoadImageRaw(byte[] imageData, int width, int height, int numChannels)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | imageData | |
| System.Int32 | width | |
| System.Int32 | height | |
| System.Int32 | numChannels |
Returns
| Type | Description |
|---|---|
| TextureWrap |
RebuildFonts()
Declaration
public void RebuildFonts()
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