Class RenderMeshSystemV2
  
Inheritance
System.Object
RenderMeshSystemV2
 
Syntax
public class RenderMeshSystemV2 : JobComponentSystem
 
Methods
  
CacheMeshBatchRendererGroup(FrozenRenderSceneTag, NativeArray<ArchetypeChunk>, Int32)
Declaration
public void CacheMeshBatchRendererGroup(FrozenRenderSceneTag tag, NativeArray<ArchetypeChunk> chunks, int chunkCount)
 
Parameters
| Type | 
Name | 
Description | 
| FrozenRenderSceneTag | 
tag | 
 | 
| NativeArray<ArchetypeChunk> | 
chunks | 
 | 
| System.Int32 | 
chunkCount | 
 | 
OnCreate()
Declaration
protected override void OnCreate()
 
OnDestroy()
Declaration
protected override void OnDestroy()
 
OnUpdate(JobHandle)
Declaration
protected override JobHandle OnUpdate(JobHandle inputDeps)
 
Parameters
| Type | 
Name | 
Description | 
| JobHandle | 
inputDeps | 
 | 
Returns
| Type | 
Description | 
| JobHandle | 
 |