Struct PluginDescription
The engine plugin description container.
Assembly: FlaxEngine.dll
File: Engine/Scripting/Plugins/PluginDescription.h
Syntax
public struct PluginDescription
Fields
Author
AuthorUrl
Category
Description
HomepageUrl
IsAlpha
True if plugin is during Alpha tests (early version).
Declaration
public bool IsAlpha = false
Field Value
bool
|
IsBeta
True if plugin is during Beta tests (before release).
Declaration
public bool IsBeta = false
Field Value
bool
|
Name
RepositoryUrl
The plugin repository URL (for open-source plugins).
Declaration
public String RepositoryUrl
Field Value
String
|