|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Functions | |
| template<typename T> | |
| TypeDescriptor * | GetPrimitiveDescriptor () |
| std::string | ParseStoredName (std::string displayName, std::string memberName) |
| std::string | ParseDisplayName (std::string displayName, std::string memberName) |
| std::string | StringifyMetadata (Metadata m) |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< bool > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< double > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< Math::Double2 > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< Math::Double3 > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< Math::Double4 > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< entt::entity > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< float > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< Math::Float2 > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< Math::Float3 > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< Math::Float4 > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< Math::Int2 > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< Math::Int3 > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< Math::Int4 > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< Math::Uint2 > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< Math::Uint3 > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< Math::Uint4 > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< int8_t > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< int16_t > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< int32_t > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< int64_t > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< uint8_t > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< uint16_t > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< uint32_t > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< uint64_t > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< Grindstone::Physics::Layer > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< Grindstone::Physics::LayerMask > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< glm::quat > () |
| template<> | |
| TypeDescriptor * | GetPrimitiveDescriptor< std::string > () |