GUIStyle
- active
- alignment
- border
- CalcHeight
- CalcMinMaxWidth
- CalcScreenSize
- CalcSize
- clipping
- contentOffset
- DrawCursor
- DrawWithTextSelection
- Draw
- fixedHeight
- fixedWidth
- focused
- fontSize
- fontStyle
- font
- GetCursorPixelPosition
- GetCursorStringIndex
- GUIStyle
- hover
- imagePosition
- lineHeight
- margin
- name
- none
- normal
- onActive
- onFocused
- onHover
- onNormal
- operator GUIStyle
- overflow
- padding
- stretchHeight
- stretchWidth
- wordWrap
GUIStyle.CalcMinMaxWidth 计算最小最大宽度
function CalcMinMaxWidth (content : GUIContent, out minWidth : float, out maxWidth : float) : void
Description描述
Calculate the minimum and maximum widths for this style rendered with content.
计算这个样式渲染内容的最小最大宽度。
Used by GUILayout to handle word-wrapping elements correctly.
用于GUILayout来正确处理自动换行元素。
最后修改:2011年1月24日 Monday 0:03