|
Engine²
Open-source game engine written in C++.
|
#include <glm/glm.hpp>#include <gtest/gtest.h>#include "component/BoxCollider.hpp"#include "component/CapsuleCollider.hpp"#include "component/CharacterController.hpp"#include "component/CharacterControllerInternal.hpp"#include "component/RigidBody.hpp"#include "component/Transform.hpp"#include "core/Core.hpp"#include "entity/Entity.hpp"#include "plugin/PluginPhysics.hpp"#include "resource/Time.hpp"#include "scheduler/FixedTimeUpdate.hpp"#include "scheduler/Shutdown.hpp"#include "scheduler/Startup.hpp"Classes | |
| class | TestScheduler |
Functions | |
| TEST (CharacterControllerPlugin, CharacterControllerCreation) | |
| TEST (CharacterControllerPlugin, CharacterFallsUnderGravity) | |
| TEST (CharacterControllerPlugin, CharacterLandsOnFloor) | |
| TEST (CharacterControllerPlugin, DefaultSettings) | |
| TEST | ( | CharacterControllerPlugin | , |
| CharacterControllerCreation | ) |
| TEST | ( | CharacterControllerPlugin | , |
| CharacterFallsUnderGravity | ) |
| TEST | ( | CharacterControllerPlugin | , |
| CharacterLandsOnFloor | ) |
| TEST | ( | CharacterControllerPlugin | , |
| DefaultSettings | ) |