ashd ~master (2017-07-29T03:29:58Z)
Dub
Repo
IEngine
ashd
core
iengine
Undocumented in source.
interface
IEngine {
NodeList
getNodeList
(IFamily delegate() createInstance_a);
NodeList
getNodeList
(ClassInfo nodeType_a, IFamily delegate() createInstance_a);
}
Members
Functions
getNodeList
NodeList
getNodeList
(IFamily delegate() createInstance_a)
Undocumented in source.
getNodeList
NodeList
getNodeList
(ClassInfo nodeType_a, IFamily delegate() createInstance_a)
Undocumented in source.
Meta
Source
See Implementation
ashd
core
iengine
interfaces
IEngine