class
#include <core/reflection/traits/hidden.hpp>
HiddenTrait Allows for a component to be hidden in the UI.
Constructors, destructors, conversion operators
- HiddenTrait(bool hidden)
- Constructs.
Public functions
- auto hidden() const -> bool
- Gets the visibility of the type.
Function documentation
cubos:: core:: reflection:: HiddenTrait:: HiddenTrait(bool hidden)
Constructs.
Parameters | |
---|---|
hidden | Hidden. |