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 the error message.

    string message

    The content of the error message.

    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