Search Results for

    Show / Hide Table of Contents

    Delegate ValidationLayer.NotifyAction

    The Notify delegate function.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public delegate void ValidationLayer.NotifyAction(string owner, string message, ValidationLayer.Severity severity = Severity.Error)
    Parameters
    Type Name Description
    string owner

    The owner of this error message.

    string message

    The error message content.

    ValidationLayer.Severity severity

    The severity associated with the message.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX