Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
EcsPoly Struct Reference

Component for storing a poly object. More...

#include <flecs.h>

Public Attributes

ecs_poly_tpoly
 Pointer to poly object.
 

Detailed Description

Component for storing a poly object.

Definition at line 1322 of file flecs.h.

Member Data Documentation

◆ poly

ecs_poly_t* EcsPoly::poly

Pointer to poly object.

Definition at line 1323 of file flecs.h.


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