Changes between Version 1 and Version 2 of ComponentSystem
- Timestamp:
- 02/17/15 20:41:03 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ComponentSystem
v1 v2 1 == Definitions ==2 3 * Entity - any tangible thing in the game world, basic building block4 * System - code handling a single component5 * Component - data related to a single entity aspect6 * Property - a single variable in a Component7 * Script System/Script Component - a component implemented in the scripting language (Lua)8 9 1 == Requirements == 10 2