Class BakingSystem
Provides methods to control the baking process, and provides access to the BlobAssetStore used during baking.
Inherited Members
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public class BakingSystem : SystemBase
Properties
| Name | Description |
|---|---|
| BlobAssetStore | Access to the BlobAssetStore used during baking. |
Methods
| Name | Description |
|---|---|
| OnCreate() | Called when this system is created. |
| OnDestroy() | Called when this system is destroyed. |
| OnUpdate() | Called when this system is updated. |