Enum DeformationMethods
The available modes for batched Sprite Skin deformation.
Namespace: UnityEngine.U2D.Animation
Assembly: Unity.2D.Animation.Runtime.dll
Syntax
public enum DeformationMethods
Fields
Name | Description |
---|---|
Cpu | The Sprite Skin is deformed, in batch, on the CPU. |
Gpu | The Sprite Skin is deformed, in batch, on the GPU. |
None | Used as a default value when no deformation method is chosen. |