UnityEditor.RectangleTool.Initialize C# (CSharp) Method

Initialize() public method

public Initialize ( TimeArea timeArea ) : void
timeArea TimeArea
return void
        public virtual void Initialize(TimeArea timeArea)
        {
            this.m_TimeArea = timeArea;
            if (this.m_Styles == null)
            {
                this.m_Styles = new Styles();
            }
        }