C# Class UnityEditor.UnwrapParam

Show file 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 property

Maximum allowed angle distortion (0..1).

public float angleError
return float

areaError public property

Maximum allowed area distortion (0..1).

public float areaError
return float

hardAngle public property

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

public float hardAngle
return float

packMargin public property

How much uv-islands will be padded.

public float packMargin
return float