EditorGUILayout.PasswordFieldstatic function PasswordField (password : string, params options : GUILayoutOption[]) : stringstatic function PasswordField (password : string, style : GUIStyle, params options : GUILayoutOption[]) : stringstatic function PasswordField (label : string, password : string, params options : GUILayoutOption[]) : stringstatic function PasswordField (label : string, password : string, style : GUIStyle, params options : GUILayoutOption[]) : stringstatic function PasswordField (label : GUIContent, password : string, params options : GUILayoutOption[]) : stringstatic function PasswordField (label : GUIContent, password : string, style : GUIStyle, params options : GUILayoutOption[]) : stringParameters
Returnsstring - The password entered by the user. DescriptionMake a text field where the user can enter a password. This works just like GUILayout.PasswordField, but correctly responds to select all, etc. in the editor, and it can have an optional label in front. |
