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.
// Editor Script that creates a password field and lets you visualize what have you
|

