메소드 | 설명 | |
---|---|---|
OnInspectorGUI ( ) : void | ||
showIntSlider ( string label, int &intFrom, int intTo, int &actualIntValue ) : void |
메소드 | 설명 | |
---|---|---|
OnEnable ( ) : void | ||
cloneMesh ( Mesh sharedMesh ) : Mesh | ||
createMeshIfNull ( ) : void | ||
instantiateMesh ( ) : Mesh | ||
updateTargetMesh ( ) : void |
public showIntSlider ( string label, int &intFrom, int intTo, int &actualIntValue ) : void | ||
label | string | |
intFrom | int | |
intTo | int | |
actualIntValue | int | |
리턴 | void |