UnityEditor.UnifiedInspectView.DoDrawSelectedInstructionDetails C# (CSharp) Метод

DoDrawSelectedInstructionDetails() приватный Метод

private DoDrawSelectedInstructionDetails ( int index ) : void
index int
Результат void
        internal override void DoDrawSelectedInstructionDetails(int index)
        {
            IMGUIInstruction instruction = this.m_Instructions[index];
            BaseInspectView inspectViewForType = this.GetInspectViewForType(instruction.type);
            inspectViewForType.DoDrawSelectedInstructionDetails(instruction.typeInstructionIndex);
        }