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

OnDoubleClickInstruction() private méthode

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