Click or drag to resize
Plugins Class
Manage external plugins (load them on startup etc).
Inheritance Hierarchy
SystemObject
  GeonBit.ManagersPlugins

Namespace:  GeonBit.Managers
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Plugins : IManager

The Plugins type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInstance
Get plugins manager instance.
Top
Methods
  NameDescription
Public methodDraw
Called every frame during the Draw() process.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFixedUpdate
Called every constant X seconds during the Update() phase.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPluginNames
Return an array with currently loaded plugins.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Init plugins manager.
Public methodLoadAll
Load all the plugins.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Called every frame during the Update() phase.
Top
See Also