Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_time_t Struct Reference

Time type. More...

#include <os_api.h>

Public Attributes

uint32_t sec
 Second part.
 
uint32_t nanosec
 Nanosecond part.
 

Detailed Description

Time type.

Definition at line 41 of file os_api.h.

Member Data Documentation

◆ nanosec

uint32_t ecs_time_t::nanosec

Nanosecond part.

Definition at line 43 of file os_api.h.

◆ sec

uint32_t ecs_time_t::sec

Second part.

Definition at line 42 of file os_api.h.


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