Renderer/docs/src/codegen/codegen.md
austin 36e2563e03
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
include recast4j, reorg documentation
2024-02-29 13:20:10 -05:00

580 B

@page codegen Internal Field Synchronization

Behavior Trees

Synchronized Fields

Supported Types

The types that are supported

Enums

How to work with enums

Frequencies

ie can we toggle how often it updates, or debounce it

Usage Notes

Assumptions

  • The first line of all parsed files is the package declaration for the package that this file is inside of (ie the behavior tree electrosphere.whatever.myTree has "package electrosphere.whatever" at the top) This is so that imports generation in the helper functions file can be performed accurately