Raftel Engine
 
Loading...
Searching...
No Matches
Raftel::RenderComponent Struct Reference

Render component that determines visibility. More...

#include <components.hpp>

Public Member Functions

 RenderComponent (bool vis)
 Constructor for render component.
 

Public Attributes

bool visible
 

Detailed Description

Render component that determines visibility.

Definition at line 101 of file components.hpp.

Constructor & Destructor Documentation

◆ RenderComponent()

Raftel::RenderComponent::RenderComponent ( bool vis)
inline

Constructor for render component.

Parameters
visInitial visibility state.

Definition at line 107 of file components.hpp.

Member Data Documentation

◆ visible

bool Raftel::RenderComponent::visible

Visibility flag.

Definition at line 102 of file components.hpp.


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