Class BeginColliderBakingSystem
Baking system for colliders: Stage 1 This system is called before all other collider baking systems. The purpose of this system is to initialize the hash delegate and the declare a new BlobAssetComputationContext.
Inherited Members
Namespace: Unity.Physics.Authoring
Assembly: Unity.Physics.Hybrid.dll
Syntax
[WorldSystemFilter(WorldSystemFilterFlags.BakingSystem, WorldSystemFilterFlags.Default)]
public class BeginColliderBakingSystem : SystemBase