![]() |
Blamite Game Engine - Sapien (Library)
00361.08.25.22.0004.blamite
The level editor application for the Blamite Game Engine.
|
#include <string>
#include <vector>
#include <map>
#include <blam/api/blam_api.h>
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. |