UnityEngine.UI.HorizontalOrVerticalLayoutGroup.Reset C# (CSharp) Method

Reset() protected method

protected Reset ( ) : void
return void
        protected override void Reset()
        {
            base.Reset();
            this.m_ChildControlWidth = false;
            this.m_ChildControlHeight = false;
        }