|
Jungle_Week1_Team2
|
#include <PrimitivePlane.h>
Public Member Functions | |
| CPrimitivePlane () | |
| void | Generate () |
| Public Member Functions inherited from CPrimitiveBase | |
| CPrimitiveBase ()=default | |
| virtual | ~CPrimitiveBase ()=default |
| FMeshData * | GetMeshData () const |
Static Public Member Functions | |
| static FString | GetFilePath () |
| Static Public Member Functions inherited from CPrimitiveBase | |
| static std::shared_ptr< FMeshData > | GetOrLoad (const FString &Key, const FString &FilePath) |
| static std::shared_ptr< FMeshData > | GetCached (const FString &Key) |
| static void | RegisterMeshData (const FString &Key, std::shared_ptr< FMeshData > Data) |
| static void | ClearCache () |
Static Public Attributes | |
| static const FString | Key = "Plane" |
Additional Inherited Members | |
| Protected Attributes inherited from CPrimitiveBase | |
| std::shared_ptr< FMeshData > | MeshData |
| CPrimitivePlane::CPrimitivePlane | ( | ) |
| void CPrimitivePlane::Generate | ( | ) |
|
static |
|
static |