Epok Engine

EPOK RUNTIME

epok::NavigationSurfaceComponent::static_class_id

Variable

Variable

Exposes `static_class_id` on `epok::NavigationSurfaceComponent` for the navigation components module.

Belongs to
epok::NavigationSurfaceComponent
Header
navigation_components.hpp

Declaration

Declaration
static const uint64_t static_class_id

Exposes `static_class_id` on `epok::NavigationSurfaceComponent` for the navigation components module.

Type
const uint64_t
Storage
Static

Example

C++ example
#include "navigation_components.hpp"

auto value = epok::NavigationSurfaceComponent::static_class_id;

When it helps

Use this member when you need direct access to the state represented by its declared type.

Trade-offs and warnings

Direct field access has no validation step. Keep the owning object alive, respect units and ranges, and do not mutate state while hardware or another subsystem is consuming it.

Declared in runtime/navigation_components.hpp:50