GUILayout.PasswordFieldstatic function PasswordField (password : String, maskChar : char, params options : GUILayoutOption[]) : Stringstatic function PasswordField (password : String, maskChar : char, maxLength : int, params options : GUILayoutOption[]) : Stringstatic function PasswordField (password : String, maskChar : char, style : GUIStyle, params options : GUILayoutOption[]) : Stringstatic function PasswordField (password : String, maskChar : char, maxLength : int, style : GUIStyle, params options : GUILayoutOption[]) : StringParameters
ReturnsString - the edited password. DescriptionMake a text field where the user can enter a password.
JavaScript
var passwordToEdit : String = "My Password"; using UnityEngine; import UnityEngine |

