C# Class CubeAtlasUVEditor, atlasToCube

Inheritance: Editor
Datei anzeigen Open project: nicloay/atlasToCube

Public Methods

Method Description
OnInspectorGUI ( ) : void
showIntSlider ( string label, int &intFrom, int intTo, int &actualIntValue ) : void

Private Methods

Method Description
OnEnable ( ) : void
cloneMesh ( Mesh sharedMesh ) : Mesh
createMeshIfNull ( ) : void
instantiateMesh ( ) : Mesh
updateTargetMesh ( ) : void

Method Details

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

showIntSlider() public method

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