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);
        }