EditorGUI.PasswordFieldstatic function PasswordField (position : Rect, password : string, style : GUIStyle = EditorStyles.textField) : stringstatic function PasswordField (position : Rect, label : string, password : string, style : GUIStyle = EditorStyles.textField) : stringstatic function PasswordField (position : Rect, label : GUIContent, password : string, style : GUIStyle = EditorStyles.textField) : stringParameters
Returnsstring - The password entered by the user. DescriptionMake a text field where the user can enter a password. This works just like GUI.PasswordField, but correctly responds to select all, etc. in the editor, and it can have an optional label in front. |
