(ObjectLibrary) Added Query static method
Former-commit-id: 802dcc589dd2c552a332490153b6761341c0a698
This commit is contained in:
@@ -25,6 +25,7 @@ class NzObjectLibrary
|
||||
static bool Has(const NzString& name);
|
||||
|
||||
static void Register(const NzString& name, NzObjectRef<Type> object);
|
||||
static NzObjectRef<Type> Query(const NzString& name);
|
||||
static void Unregister(const NzString& name);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user