Class RenderMeshSystemV2 | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class RenderMeshSystemV2

    Inheritance
    System.Object
    RenderMeshSystemV2
    Namespace: Unity.Rendering
    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
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX