C# 클래스 UnityEditor.UnwrapParam

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
angleError float
areaError float
hardAngle float
packMargin float

비공개 메소드들

메소드 설명
SetDefaults ( UnwrapParam &param ) : void

프로퍼티 상세

angleError 공개적으로 프로퍼티

Maximum allowed angle distortion (0..1).

public float angleError
리턴 float

areaError 공개적으로 프로퍼티

Maximum allowed area distortion (0..1).

public float areaError
리턴 float

hardAngle 공개적으로 프로퍼티

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

public float hardAngle
리턴 float

packMargin 공개적으로 프로퍼티

How much uv-islands will be padded.

public float packMargin
리턴 float