Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
template<typename ItemType > | |
TypeDescriptor_AssetReference (ItemType *itemType) | |
virtual const char * | GetFullName () const override |
![]() | |
TypeDescriptor (const char *name, size_t size, ReflectionTypeData t) | |
Public Attributes | |
std::string | name |
AssetType | assetType |
![]() | |
const char * | name |
size_t | size |
ReflectionTypeData | type |
Additional Inherited Members | |
![]() | |
enum class | ReflectionTypeData : char { Struct = 0 , Vector , String , Bool , Int , Int2 , Int3 , Int4 , Float , Float2 , Float3 , Float4 , Double , Double2 , Double3 , Double4 , Quaternion , AssetReference , Entity } |
|
inlineoverridevirtual |
Reimplemented from Grindstone::Reflection::TypeDescriptor.