Table of Contents

Class PluginData

Namespace
SharpPluginLoader.Core
Assembly
SharpPluginLoader.Core.dll

Contains some configuration data for a plugin. This is returned by Initialize().

public class PluginData
Inheritance
PluginData
Inherited Members

Fields

ImGuiWrappedInTreeNode

When set to true, any ImGui widgets rendered inside OnImGuiRender() will be wrapped in a TreeNode.

public bool ImGuiWrappedInTreeNode

Field Value

bool

IsDebugPlugin

public bool IsDebugPlugin

Field Value

bool