UnityEngine.UI.CanvasScaler.OnDisable C# (CSharp) Метод

OnDisable() защищенный Метод

See MonoBehaviour.OnDisable.

protected OnDisable ( ) : void
Результат void
        protected override void OnDisable()
        {
            this.SetScaleFactor(1f);
            this.SetReferencePixelsPerUnit(100f);
            base.OnDisable();
        }