Table of Contents

Struct MeshColliderBakeJob

[Obsolete("As Physics.BakeMesh(int meshID, bool convex) has been deprecated in Unity 6.3+, please use MeshColliderBakeJobV2 instead.")]
public readonly struct MeshColliderBakeJob : IJob
Implements
IJob

Constructors

MeshColliderBakeJob(int)

public MeshColliderBakeJob(int meshId)

Parameters

meshId int

Fields

MeshId

public readonly int MeshId

Field Value

int

Methods

Execute()

public void Execute()