Struct CrowdSurfaceSystem
Implements
ISystem
    ISystemCompilerGenerated
  Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
[UpdateInGroup(typeof(InitializationSystemGroup))]
[UpdateAfter(typeof(SceneSystemGroup))]
public struct CrowdSurfaceSystem : ISystem, ISystemCompilerGeneratedMethods
OnCreateForCompiler(ref SystemState)
Generated by compilation pipeline and used internally.
Declaration
public void OnCreateForCompiler(ref SystemState state)Parameters
| Type | Name | Description | 
|---|---|---|
| SystemState | state | The Unity.Entities.SystemState backing this system instance | 
Implements
      Unity.Entities.ISystem
  
  
      Unity.Entities.ISystemCompilerGenerated