UnityEditor.UnifiedInspectView.UpdateInstructions C# (CSharp) 메소드

UpdateInstructions() 공개 메소드

public UpdateInstructions ( ) : void
리턴 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);
        }
    }