FairyGUI.GearText.Init C# (CSharp) Méthode

Init() protected méthode

protected Init ( ) : void
Résultat void
        protected override void Init()
        {
            _default = _owner.text;
            _storage = new Dictionary<string, string>();
        }