Version: 2023.1
언어: 한국어

MeshDeformation

enumeration

매뉴얼로 전환

설명

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

변수

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.