-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Default Codegen Data
The default installation of Entitas comes with these data classes, sorted by assembly.
Note that these data classes can come from any provider, even your own. The paid version of Jenny includes custom data providers, but they still generate these objects.
These classes are not subclasses of CodeGeneratorData
, but are often used as members. All are available in the Entitas.CodeGeneration.Plugins
assembly and namespace.
The contents of this assembly are available in the free and paid versions of Jenny. These data classes use extension methods rather than properties, and thus are effectively defined across multiple files.
Note: EventData
is not a subclass of CodeGeneratorData
.
The contents of this assembly are only available in the paid version of Jenny.
Guides: Introduction - Installation - Upgrading - FAQ - Cookbook - Contributing
Need Help? Ask a question on Discord or create an issue.
- The Basics
- Concepts
- Architecture / Patterns