Namespace Unity.Entities.Runtime.Build
Classes
ConfigurationSystemBase
Base class for a configuration system. A configuration system must inherit from ConfigurationSystemBase to be in the ConfigurationSystemGroup group
ConfigurationSystemGroup
Component system group used for any system that needs to run in the configuration build step.
DotsRuntimeBurstSettings
GenerateDotsSolutionWindow
IL2CPPSettings
Enums
BuildSettingToggle
Toggle for enabling/disabling settings for BuildConfiguration components with a default value of UseBuildConfiguration where the value is determined by some criteria specific to the overall BuildConfiguration. When using this enum, ensure you document (ideally with at least a [ToolTip("")] attribute on the field) what the expected behaviour is for when "UseBuildConfiguration" is selected.