mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2026-07-21 23:56:50 -06:00
Update doc.
This commit is contained in:
@@ -278,11 +278,13 @@ end
|
|||||||
--
|
--
|
||||||
-- There is another option to (hopefully) increase performance in systems that
|
-- There is another option to (hopefully) increase performance in systems that
|
||||||
-- have items added to or removed from them often, and have lots of entities in
|
-- have items added to or removed from them often, and have lots of entities in
|
||||||
-- them. Setting the `nocache' field of the system might improve performance.
|
-- them. Setting the `nocache` field of the system might improve performance.
|
||||||
-- It is still experimental. There are some restriction to systems without
|
-- It is still experimental. There are some restriction to systems without
|
||||||
-- caching, however. * There is no `entities` table. * Callbacks such onAdd,
|
-- caching, however.
|
||||||
-- onRemove, and onModify will never be called * Noncached systems cannot be
|
--
|
||||||
-- sorted (There is no entities list to sort).
|
-- * There is no `entities` table.
|
||||||
|
-- * Callbacks such onAdd, onRemove, and onModify will never be called
|
||||||
|
-- * Noncached systems cannot be sorted (There is no entities list to sort).
|
||||||
--
|
--
|
||||||
-- @section System
|
-- @section System
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user