Class RawDX11Scene
Inheritance
System.Object
RawDX11Scene
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: ImGuiScene
Assembly: ImGuiScene.dll
Syntax
public sealed class RawDX11Scene : IDisposable
Constructors
| Improve this Doc View SourceRawDX11Scene(IntPtr)
Declaration
public RawDX11Scene(IntPtr nativeSwapChain)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | nativeSwapChain |
RawDX11Scene(IntPtr, IntPtr)
Declaration
public RawDX11Scene(IntPtr nativeDevice, IntPtr nativeSwapChain)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | nativeDevice | |
| System.IntPtr | nativeSwapChain |
Fields
| Improve this Doc View SourceOnBuildUI
User methods invoked every ImGui frame to construct custom UIs.
Declaration
public RawDX11Scene.BuildUIDelegate OnBuildUI
Field Value
| Type | Description |
|---|---|
| RawDX11Scene.BuildUIDelegate |
Properties
| Improve this Doc View SourceImGuiIniPath
Declaration
public string ImGuiIniPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceCaptureScreenshot()
Declaration
public byte[] CaptureScreenshot()
Returns
| Type | Description |
|---|---|
| System.Byte[] |
Dispose()
Declaration
public void Dispose()
Finalize()
Declaration
protected void Finalize()
IsImGuiCursor(IntPtr)
Declaration
public bool IsImGuiCursor(IntPtr hCursor)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | hCursor |
Returns
| Type | Description |
|---|---|
| System.Boolean |
LoadImage(Byte[])
Declaration
public TextureWrap LoadImage(byte[] imageBytes)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | imageBytes |
Returns
| Type | Description |
|---|---|
| TextureWrap |
LoadImage(String)
Declaration
public TextureWrap LoadImage(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | path |
Returns
| Type | Description |
|---|---|
| TextureWrap |
Render()
Declaration
public void Render()
Implements
System.IDisposable