Version: 2023.2

MeshDeformation

enumeration

切换到手册

描述

Specifies which method Unity uses to process mesh deformations for skinning.

Additional resources: PlayerSettings.meshDeformation.

变量

CPUEnables Unity using the CPU to process mesh deformations.
GPUEnables Unity using compute shaders to process mesh deformations on the GPU.
GPUBatchedEnables Unity using compute shaders to process mesh deformations on the GPU, and combining multiple meshes and blendshapes into batches.