KITASENJU DESIGN BLOG

memo, html, javascript, unity

Entries from 2022-05-12 to 1 day

GUI.Button Style変える

private void OnGUI(){ if(_style==null){ _style = new GUIStyle(GUI.skin.button); _style.fontSize = 22; _style.normal.textColor = Color.white; } if( GUI.Button(new Rect(0, Screen.height-100, 100, 100),"[BALL]",_style) ){ for(int i=0;i

"FOOTER"