UnityEditor.UnifiedInspectView.ShowOverlay C# (CSharp) Méthode

ShowOverlay() public méthode

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