Class PluginDescription
The engine plugin description container.
Inheritance
System.Object
PluginDescription
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class PluginDescription : ValueType
Fields
Author
The name of the author of the plugin.
Declaration
public string Author
Field Value
System.String
|
AuthorUrl
The plugin author website URL.
Declaration
public string AuthorUrl
Field Value
System.String
|
Category
The plugin category.
Declaration
public string Category
Field Value
System.String
|
Description
The plugin description.
Declaration
public string Description
Field Value
System.String
|
HomepageUrl
The homepage URL for the plugin.
Declaration
public string HomepageUrl
Field Value
System.String
|
IsAlpha
True if plugin is during Alpha tests (early version).
Declaration
public bool IsAlpha
Field Value
System.Boolean
|
IsBeta
True if plugin is during Beta tests (before release).
Declaration
public bool IsBeta
Field Value
System.Boolean
|
Name
The name of the plugin.
Declaration
public string Name
Field Value
System.String
|
RepositoryUrl
The plugin repository URL (for open-source plugins).
Declaration
public string RepositoryUrl
Field Value
System.String
|
Version
The version of the plugin.
Declaration
public Version Version
Field Value
System.Version
|
Properties
Default
The default PluginDescription.
Declaration
public static PluginDescription Default { get; }
Property Value
PluginDescription
|