Enum DecimateAction.DecimationToTargetStrategy
Describe the target used
Namespace: UnityEditor.PixyzPlugin4Unity.Toolbox
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public enum DecimateAction.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 |