GUILayout.RepeatButtonstatic function RepeatButton (image : Texture, params options : GUILayoutOption[]) : booleanstatic function RepeatButton (text : String, params options : GUILayoutOption[]) : booleanstatic function RepeatButton (content : GUIContent, params options : GUILayoutOption[]) : booleanstatic function RepeatButton (image : Texture, style : GUIStyle, params options : GUILayoutOption[]) : booleanstatic function RepeatButton (text : String, style : GUIStyle, params options : GUILayoutOption[]) : booleanstatic function RepeatButton (content : GUIContent, style : GUIStyle, params options : GUILayoutOption[]) : booleanParameters
Returnsboolean - /true/ when the holds down the mouse DescriptionMake a repeating button. The button returns true as long as the user holds down the mouse
JavaScript
// Draws a button with an image and a button with text using UnityEngine; import UnityEngine |

