SystemSingletonProvider

Undocumented in source.

Constructors

this
this(ClassInfo type_a)

Constructor

Members

Functions

createDynamicInstance
Object createDynamicInstance(ClassInfo type_a)

Used to request a System from this provider

identifier
hash_t identifier()

Used to compare this provider with others. Any provider that returns the same single instance will be regarded as equivalent.

Properties

priority
int priority [@property getter]

The priority at which the System should be added to the Engine

priority
int priority [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ISystemProvider

getSystem
T getSystem()

Used to request a system from this provider

createDynamicInstance
Object createDynamicInstance(ClassInfo type_a)
Undocumented in source.
getSystem
System getSystem(ClassInfo class_a)
Undocumented in source. Be warned that the author may not have intended to support it.
identifier
hash_t identifier [@property getter]
Undocumented in source.
priority
int priority [@property getter]
Undocumented in source.
priority
int priority [@property setter]
Undocumented in source.
toHash
hash_t toHash(string str_a)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta