UnityEditor.UnifiedInspectView.UpdateInstructions C# (CSharp) Method

UpdateInstructions() public method

public UpdateInstructions ( ) : void
return void
        public override void UpdateInstructions()
        {
            this.m_InstructionClipView.UpdateInstructions();
            this.m_InstructionStyleView.UpdateInstructions();
            this.m_InstructionLayoutView.UpdateInstructions();
            this.m_Instructions.Clear();
            GUIViewDebuggerHelper.GetUnifiedInstructions(this.m_Instructions);
        }
    }