UnityEditor.UnifiedInspectView.ShowOverlay C# (CSharp) Method

ShowOverlay() public method

public ShowOverlay ( ) : void
return void
        public override void ShowOverlay()
        {
            if (this.HasSelectedinstruction())
            {
                IMGUIInstruction instruction = this.m_Instructions[base.m_ListViewState.row];
                this.GetInspectViewForType(instruction.type).ShowOverlay();
            }
        }