Raito 0.1
Loading...
Searching...
No Matches
Raito::ECS::MeshComponent Struct Reference

#include <Components.h>

Public Member Functions

 MeshComponent ()=default
 
 MeshComponent (const MeshComponent &)=default
 
 MeshComponent (u32 mesh, u32 material)
 

Public Attributes

u32 MeshId
 
u32 MaterialId
 

Constructor & Destructor Documentation

◆ MeshComponent() [1/3]

Raito::ECS::MeshComponent::MeshComponent ( )
default

◆ MeshComponent() [2/3]

Raito::ECS::MeshComponent::MeshComponent ( const MeshComponent & )
default

◆ MeshComponent() [3/3]

Raito::ECS::MeshComponent::MeshComponent ( u32 mesh,
u32 material )
inline

Member Data Documentation

◆ MaterialId

u32 Raito::ECS::MeshComponent::MaterialId

◆ MeshId

u32 Raito::ECS::MeshComponent::MeshId

The documentation for this struct was generated from the following file: