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

설명

Draw this GUIStyle on to the screen, internal version.

Draw plain GUIStyle without text nor image.


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

설명

Draw the GUIStyle with a text string inside.


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

설명

Draw the GUIStyle with an image inside. If the image is too large to fit within the content area of the style it is scaled down.


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);

설명

Draw the GUIStyle with text and an image inside. If the image is too large to fit within the content area of the style it is scaled down.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961