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

Component that stores description. More...

#include <doc.h>

Public Attributes

char * value
 

Detailed Description

Component that stores description.

Used as pair together with the following tags to store entity documentation:

  • EcsName
  • EcsDocBrief
  • EcsDocDetail
  • EcsDocLink
  • EcsDocColor

Definition at line 67 of file doc.h.

Member Data Documentation

◆ value

char* EcsDocDescription::value

Definition at line 68 of file doc.h.


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