Contents

RenderLayerComponent

A component that defines which layers an entity participates in.

Declaration

struct RenderLayerComponent

Overview

When attached to an entity with ModelComponent, it defines which layers that entity belongs to. Light components use their layers and shadow components use their layers properties to determine which entities they affect.

Topics

Creating a component

Accessing render layers

Initializers

See Also

Portals, clipping, and occlusion