struct ecs::Renderable

ECS fragment storing renderable visual data (mesh, materials, layer, etc.).

Public

Methods

staticGetRttiStatic

static RTTIType *GetRttiStatic()

GetRtti

RTTIType *GetRtti() const override

Returns an interface you can use to access class' Run Time Type Information.

Fields

AnimationId

u64 AnimationId

Mesh

Materials

Vector<MaterialType> Materials

Layer

u64 Layer

OverrideBounds

AABox OverrideBounds

UseOverrideBounds

bool UseOverrideBounds

WriteVelocity

bool WriteVelocity

CullDistanceFactor

float CullDistanceFactor

AnimType