C# 클래스 CubeAtlasUVEditor, atlasToCube

상속: Editor
파일 보기 프로젝트 열기: nicloay/atlasToCube

공개 메소드들

메소드 설명
OnInspectorGUI ( ) : void
showIntSlider ( string label, int &intFrom, int intTo, int &actualIntValue ) : void

비공개 메소드들

메소드 설명
OnEnable ( ) : void
cloneMesh ( Mesh sharedMesh ) : Mesh
createMeshIfNull ( ) : void
instantiateMesh ( ) : Mesh
updateTargetMesh ( ) : void

메소드 상세

OnInspectorGUI() 공개 메소드

public OnInspectorGUI ( ) : void
리턴 void

showIntSlider() 공개 메소드

public showIntSlider ( string label, int &intFrom, int intTo, int &actualIntValue ) : void
label string
intFrom int
intTo int
actualIntValue int
리턴 void