Mario Kart 64
Loading...
Searching...
No Matches
StaticMeshActor Class Reference

#include <StaticMeshActor.h>

Collaboration diagram for StaticMeshActor:
[legend]

Public Member Functions

 StaticMeshActor (std::string name, FVector pos, IRotator rot, FVector scale, std::string model, int32_t *collision)
 
nlohmann::json to_json () const
 
void from_json (const nlohmann::json &j)
 
virtual void Draw ()
 
virtual void Destroy ()
 

Data Fields

std::string Name
 
FVector Pos
 
IRotator Rot
 
FVector Scale
 
std::string Model
 
int32_t * Collision
 
bool bPendingDestroy = false
 

Constructor & Destructor Documentation

◆ StaticMeshActor()

StaticMeshActor::StaticMeshActor ( std::string name,
FVector pos,
IRotator rot,
FVector scale,
std::string model,
int32_t * collision )

Member Function Documentation

◆ Destroy()

void StaticMeshActor::Destroy ( )
virtual

◆ Draw()

void StaticMeshActor::Draw ( )
virtual
Here is the call graph for this function:

◆ from_json()

void StaticMeshActor::from_json ( const nlohmann::json & j)
inline

◆ to_json()

nlohmann::json StaticMeshActor::to_json ( ) const
inline

Field Documentation

◆ bPendingDestroy

bool StaticMeshActor::bPendingDestroy = false

◆ Collision

int32_t* StaticMeshActor::Collision

◆ Model

std::string StaticMeshActor::Model

◆ Name

std::string StaticMeshActor::Name

◆ Pos

FVector StaticMeshActor::Pos

◆ Rot

IRotator StaticMeshActor::Rot

◆ Scale

FVector StaticMeshActor::Scale

The documentation for this class was generated from the following files: