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

UpdateInstructions() public méthode

public UpdateInstructions ( ) : void
Résultat 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);
        }
    }