![]() |
Blamite Game Engine - Sapien (Library)
00385.05.12.23.0209.blamite
The level editor application for the Blamite Game Engine.
|
#include <string>#include <vector>#include <map>#include <blam/api/blam_api.h>#include <blam/api/api.h>
Include dependency graph for hierarchy.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | BlamScenarioHierarchyNode |
| Base class for hierarchy nodes. More... | |
| class | BlamScenarioHierarchyNode_Group |
| Class representing a group hierarchy node. More... | |
| class | BlamScenarioHierarchyNode_Object |
| Class representing an object hierarchy node. More... | |
| class | BlamScenarioHierarchy |
| Class representing a scenario hierarchy. More... | |
Namespaces | |
| Sapien | |
| Sapien::Hierarchy | |
Macros | |
| #define | SAPIEN_LIB_API __declspec(dllimport) |
Enumerations | |
| enum | BlamScenarioHierarchyNodeType { BlamScenarioHierarchyNodeType::Group, BlamScenarioHierarchyNodeType::Object, BlamScenarioHierarchyNodeType::Undefined } |
| Enumerator listing possible hierarchy node types. More... | |
| #define SAPIEN_LIB_API __declspec(dllimport) |
|
strong |
Enumerator listing possible hierarchy node types.
| Enumerator | |
|---|---|
| Group | Indicates the hierarchy node is a BlamScenarioHierarchyNode_Group. |
| Object | Indicates the hierarchy node is a BlamScenarioHierarchyNode_Object. |
| Undefined | Indicates the hierarchy node is an undefined type. Any node with this type should be considered invalid. |