UnityEditor.MemoryElementSelection.ClearSelection C# (CSharp) Method

ClearSelection() public method

public ClearSelection ( ) : void
return void
        public void ClearSelection()
        {
            this.m_Selected = null;
        }