#include <worldcell.h>
◆ WorldCell()
tram::WorldCell::WorldCell |
( |
name_t |
name | ) |
|
|
inline |
◆ AddEntity()
void tram::WorldCell::AddEntity |
( |
Entity * |
entity | ) |
|
◆ AddTransitionFrom()
void tram::WorldCell::AddTransitionFrom |
( |
Transition * |
transition | ) |
|
|
inline |
◆ AddTransitionInto()
void tram::WorldCell::AddTransitionInto |
( |
Transition * |
transition | ) |
|
|
inline |
◆ Find() [1/2]
◆ Find() [2/2]
◆ FindTransition()
◆ GetEntities()
const std::vector< Entity * > & tram::WorldCell::GetEntities |
( |
| ) |
|
|
inline |
◆ GetEntityCount()
size_t tram::WorldCell::GetEntityCount |
( |
| ) |
|
|
inline |
◆ GetName()
name_t tram::WorldCell::GetName |
( |
| ) |
|
|
inline |
◆ HasInteriorLighting()
bool tram::WorldCell::HasInteriorLighting |
( |
| ) |
|
|
inline |
◆ IsDebugDraw()
bool tram::WorldCell::IsDebugDraw |
( |
| ) |
|
|
inline |
◆ IsInside()
bool tram::WorldCell::IsInside |
( |
vec3 |
point | ) |
|
◆ IsInterior()
bool tram::WorldCell::IsInterior |
( |
| ) |
|
|
inline |
◆ IsLoaded()
bool tram::WorldCell::IsLoaded |
( |
| ) |
|
|
inline |
◆ Load()
void tram::WorldCell::Load |
( |
| ) |
|
◆ LoadFromDisk()
void tram::WorldCell::LoadFromDisk |
( |
| ) |
|
◆ Make()
◆ RemoveEntity()
void tram::WorldCell::RemoveEntity |
( |
Entity * |
entity | ) |
|
◆ SetDebugDraw()
void tram::WorldCell::SetDebugDraw |
( |
bool |
debug_draw | ) |
|
|
inline |
◆ SetInterior()
void tram::WorldCell::SetInterior |
( |
bool |
interior | ) |
|
|
inline |
◆ SetInteriorLights()
void tram::WorldCell::SetInteriorLights |
( |
bool |
interior_lights | ) |
|
|
inline |
◆ Unload()
void tram::WorldCell::Unload |
( |
| ) |
|
◆ Loader
◆ debug_draw
bool tram::WorldCell::debug_draw = false |
|
protected |
◆ entities
std::vector<Entity*> tram::WorldCell::entities |
|
protected |
◆ interior
bool tram::WorldCell::interior = false |
|
protected |
◆ interior_lighting
bool tram::WorldCell::interior_lighting = false |
|
protected |
◆ loaded
bool tram::WorldCell::loaded = false |
|
protected |
◆ name
◆ transitions_from
std::vector<Transition*> tram::WorldCell::transitions_from |
|
protected |
◆ transitions_into
std::vector<Transition*> tram::WorldCell::transitions_into |
|
protected |
The documentation for this class was generated from the following files:
- C:/Users/Poga/Desktop/painis/tram-sdk/src/framework/worldcell.h
- C:/Users/Poga/Desktop/painis/tram-sdk/src/framework/worldcell.cpp