GUILayout.Buttonstatic function Button (image : Texture, params options : GUILayoutOption[]) : boolstatic function Button (text : string, params options : GUILayoutOption[]) : boolstatic function Button (content : GUIContent, params options : GUILayoutOption[]) : boolstatic function Button (image : Texture, style : GUIStyle, params options : GUILayoutOption[]) : boolstatic function Button (text : string, style : GUIStyle, params options : GUILayoutOption[]) : boolstatic function Button (content : GUIContent, style : GUIStyle, params options : GUILayoutOption[]) : boolParameters
Returnsbool - /true/ when the users clicks the button DescriptionMake a single press button. The user clicks them and something happens immediately.
|
