Version: 2019.1
public void Draw (Rect position, bool isHover, bool isActive, bool on, bool hasKeyboardFocus);

説明

スクリーン上にこの GUIStyle を描画します。内部バージョンです。

テキストも画像もないプレーンな GUIStyle を描画します。


public void Draw (Rect position, string text, bool isHover, bool isActive, bool on, bool hasKeyboardFocus);

説明

テキスト文字列の内部で GUIStyle を描画します。


public void Draw (Rect position, Texture image, bool isHover, bool isActive, bool on, bool hasKeyboardFocus);

説明

画像の内側に GUIStyle を描画します。スタイルのコンテンツ領域内に収めるには画像が大きすぎる場合は縮小します。


public void Draw (Rect position, GUIContent content, int controlID);
public void Draw (Rect position, GUIContent content, int controlID, bool on);
public void Draw (Rect position, GUIContent content, bool isHover, bool isActive, bool on, bool hasKeyboardFocus);

説明

画像とテキストの内側に GUIStyle を描画します。スタイルのコンテンツ領域内に収めるには大きすぎる場合、縮小します。