Enum Decimate.DecimationToTargetStrategy
Describe the target used
Namespace: UnityEditor.PixyzPlugin4Unity.Actions
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public enum Decimate.DecimationToTargetStrategy
Fields
Name | Description |
---|---|
Ratio | The decimation will stop when the ratio of triangle is reached |
TriangleCount | The decimation will stop when the number of triangle is reached |