DoDrawSelectedInstructionDetails() abstract private méthode

abstract private DoDrawSelectedInstructionDetails ( int index ) : void
index int
Résultat void
        internal override void DoDrawSelectedInstructionDetails(int index)
        {
            IMGUIInstruction instruction        = this.m_Instructions[index];
            BaseInspectView  inspectViewForType = this.GetInspectViewForType(instruction.type);

            inspectViewForType.DoDrawSelectedInstructionDetails(instruction.typeInstructionIndex);
        }