Manual     Reference     Scripting  
  
Scripting > Editor Classes > EditorPrefs   
  • Menu
  • Overview
  • Runtime Classes
  • Attributes
  • Enumerations
  • Editor Classes
  • Enumerations
  • History
  • Index
  • EditorPrefs
  • All Members
  • Class Functions
  • DeleteAll
  • DeleteKey
  • GetBool
  • GetFloat
  • GetInt
  • GetString
  • HasKey
  • SetBool
  • SetFloat
  • SetInt
  • SetString

EditorPrefs.GetInt  

static function GetInt (key : string, defaultValue : int = 0) : int

Description

Returns the value corresponding to key in the preference file if it exists.

If it doesn't exist, it will return defaultValue.

print (EditorPrefs.GetInt("My Pref Value"));