label | 可选项前显示的标签。双精度框 |
value | 要编辑的值。 |
style | 可选的 GUIStyle。 |
options | 指定额外布局属性的布局选项可选列表。此处传递的任何值都将覆盖 最终定义的设置。其他资源:GUILayout.Width,GUILayout.Height,GUILayout.MinWidth,GUILayout.MaxWidth,GUILayout.MinHeight,GUILayout.MaxHeight,GUILayout.ExpandWidth,GUILayout.ExpandHeight。 |
double 用户输入的值。
生成用于输入双精度值文本框。
其他资源:FloatField,IntField,LongField。