C# Class UnityEditor.UnwrapParam

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
angleError float
areaError float
hardAngle float
packMargin float

Private Methods

Method Description
SetDefaults ( UnwrapParam &param ) : void

Property Details

angleError public_oe property

Maximum allowed angle distortion (0..1).

public float angleError
return float

areaError public_oe property

Maximum allowed area distortion (0..1).

public float areaError
return float

hardAngle public_oe property

This angle (in degrees) or greater between triangles will cause seam to be created.

public float hardAngle
return float

packMargin public_oe property

How much uv-islands will be padded.

public float packMargin
return float