Changes between Version 9 and Version 10 of code/doc/BaseObject
- Timestamp:
- Apr 12, 2017, 10:34:04 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/BaseObject
v9 v10 1 1 = !BaseObject = 2 [[TracNav(TracNav/TOC_Development)]]3 2 4 3 == Description == … … 45 44 In this illustration of a class-tree (Test.h), the classes A1, A2 and A3 (and all derivatives) are "objects", because they inherit from !BaseObject. As you can see, there are some Interfaces. Interfaces aren't connected with the !BaseObject, they're on the same level. They all inherit from [wiki:OrxonoxClass], but this isn't relevant to the game-logic. 46 45 47 [[Image( Core:testclass_interface_orxonoxclass_tree.gif)]]46 [[Image(code/doc/Core:testclass_interface_orxonoxclass_tree.gif)]]