struct ecs::Decal

ECS fragment storing decal visual data (material, size, 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

Material

MaterialType Material

Size

Vector2 Size

MaxDistance

float MaxDistance

Layer

u64 Layer

LayerMask

u32 LayerMask