C# Class UnityEditor.UnwrapParam

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
angleError float
areaError float
hardAngle float
packMargin float

Private Methods

Méthode Description
SetDefaults ( UnwrapParam &param ) : void

Property Details

angleError public_oe property

Maximum allowed angle distortion (0..1).

public float angleError
Résultat float

areaError public_oe property

Maximum allowed area distortion (0..1).

public float areaError
Résultat float

hardAngle public_oe property

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

public float hardAngle
Résultat float

packMargin public_oe property

How much uv-islands will be padded.

public float packMargin
Résultat float