From 9fb4ab106f17290faf65146d4b005885507c1900 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 19 May 2018 14:24:37 +0000 Subject: [Travis] Rebuilding documentation --- classyage_1_1Space.html | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'classyage_1_1Space.html') diff --git a/classyage_1_1Space.html b/classyage_1_1Space.html index 3758b757..188a18d3 100644 --- a/classyage_1_1Space.html +++ b/classyage_1_1Space.html @@ -106,9 +106,12 @@ Public Member Functions  Space ()  Default instance for a space. More...
  -unsigned createEntity () +Entity createEntity ()  Create an entity that will belong to this space, and return the handle to the user. More...
  +void update () + Update all the systems. More...

Detailed Description

Space that keeps track of all the entities, componenets and runs the systems on the data to update them.

@@ -146,7 +149,24 @@ Public Member Functions

Create an entity that will belong to this space, and return the handle to the user.

-

The Entity class itself should not be visible to the user, as the user only needs to worry about the handle when referring to the Entity and changing it.

+

The Entity class itself should not be visible to the user, as the user only needs to worry about the handle when referring to the Entity and changing it.

+ +
+ + +
+
+ + + + + + + +
void yage::Space::update ()
+
+ +

Update all the systems.

@@ -157,7 +177,7 @@ Public Member Functions -- cgit