Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

EditorGUI.LongField

public static long LongField(Rect position, string label, long value, GUIStyle style = EditorStyles.numberField);
public static long LongField(Rect position, GUIContent label, long value, GUIStyle style = EditorStyles.numberField);

Parameters

positionRectangle on the screen to use for the long field.
labelOptional label to display in front of the long field.
valueThe value to edit.
styleOptional GUIStyle.

Returns

long The value entered by the user.

Description

Makes a text field for entering long integers.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答