Click or drag to resize
EasyManagersGetters Class
Provide a shortcut to all the important public stuff and core managers. Once inherit from this, you can easily access managers with "Managers.Manager" style.
Inheritance Hierarchy
SystemObject
  GeonBit.ManagersEasyManagersGetters
    GeonBitGeonBitMain

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

The EasyManagersGetters type exposes the following members.

Constructors
  NameDescription
Public methodEasyManagersGetters
Initializes a new instance of the EasyManagersGetters class
Top
Properties
  NameDescription
Public propertyActiveScene
Get the ActiveScene this entity is inside.
Public propertyApplication
Get the Application manager.
Public propertyConfigStorage
Get the config storage manager.
Public propertyDebugMode
Return if we are currently in debug mode.
Public propertyDiagnostic
Get the Diagnostic manager.
Public propertyGameFiles
Get the game files manager.
Public propertyGameInput
Get the Input manager.
Public propertyGraphicsManager
Get the Graphics manager.
Public propertyPlugins
Get the plugins manager.
Public propertyPrototypes
Get the Prototypes manager.
Public propertyResources
Get resources manager.
Public propertyScenePhysics
Get the currently active physical world.
Public propertySoundManager
Get the Sound manager.
Public propertyTimeManager
Get the TimeManager manager.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also