Class Warning | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class Warning

    Inheritance
    Object
    Warning
    Namespace: Ludiq
    Syntax
    public sealed class Warning

    Constructors

    Warning(WarningLevel, String)

    Declaration
    public Warning(WarningLevel level, string message)
    Parameters
    Type Name Description
    WarningLevel level
    String message

    Warning(Exception)

    Declaration
    public Warning(Exception exception)
    Parameters
    Type Name Description
    Exception exception

    Properties

    exception

    Declaration
    public Exception exception { get; }
    Property Value
    Type Description
    Exception

    level

    Declaration
    public WarningLevel level { get; }
    Property Value
    Type Description
    WarningLevel

    message

    Declaration
    public string message { get; }
    Property Value
    Type Description
    String

    messageType

    Declaration
    public MessageType messageType { get; }
    Property Value
    Type Description
    MessageType

    Methods

    Caution(String)

    Declaration
    public static Warning Caution(string message)
    Parameters
    Type Name Description
    String message
    Returns
    Type Description
    Warning

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    Error(String)

    Declaration
    public static Warning Error(string message)
    Parameters
    Type Name Description
    String message
    Returns
    Type Description
    Warning

    Exception(Exception)

    Declaration
    public static Warning Exception(Exception exception)
    Parameters
    Type Name Description
    Exception exception
    Returns
    Type Description
    Warning

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    GetHeight(Single)

    Declaration
    public float GetHeight(float width)
    Parameters
    Type Name Description
    Single width
    Returns
    Type Description
    Single

    GetWidth()

    Declaration
    public float GetWidth()
    Returns
    Type Description
    Single

    Info(String)

    Declaration
    public static Warning Info(string message)
    Parameters
    Type Name Description
    String message
    Returns
    Type Description
    Warning

    MostSevere(WarningLevel, WarningLevel)

    Declaration
    public static WarningLevel MostSevere(WarningLevel a, WarningLevel b)
    Parameters
    Type Name Description
    WarningLevel a
    WarningLevel b
    Returns
    Type Description
    WarningLevel

    MostSevere(WarningLevel[])

    Declaration
    public static WarningLevel MostSevere(params WarningLevel[] warnings)
    Parameters
    Type Name Description
    WarningLevel[] warnings
    Returns
    Type Description
    WarningLevel

    MostSevere(IEnumerable<WarningLevel>)

    Declaration
    public static WarningLevel MostSevere(IEnumerable<WarningLevel> warnings)
    Parameters
    Type Name Description
    IEnumerable<WarningLevel> warnings
    Returns
    Type Description
    WarningLevel

    MostSevereLevel(IReadOnlyList<Warning>)

    Declaration
    public static WarningLevel MostSevereLevel(IReadOnlyList<Warning> warnings)
    Parameters
    Type Name Description
    IReadOnlyList<Warning> warnings
    Returns
    Type Description
    WarningLevel

    OnGUI(Rect)

    Declaration
    public void OnGUI(Rect position)
    Parameters
    Type Name Description
    Rect position

    Severe(String)

    Declaration
    public static Warning Severe(string message)
    Parameters
    Type Name Description
    String message
    Returns
    Type Description
    Warning

    Extension Methods

    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    LiteralUtility.ToLiteralString(Object)
    LiteralUtility.ToLiteralStringOrDefault(Object)
    LiteralUtility.TryToLiteralString(Object, out String)
    XFilterProvider.Filter(Object)
    XFilterProvider.Filter<TFilter>(Object)
    Cloning.Clone(Object, ICloner, Boolean)
    Cloning.Clone(Object, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.Clone<T>(T, ICloner, Boolean)
    Cloning.Clone<T>(T, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.CloneViaSerializationPolicy(Object)
    Cloning.CloneViaSerializationPolicy(Object, out Dictionary<Object, Object>)
    Cloning.CloneViaSerializationPolicy<T>(T)
    Cloning.CloneViaSerializationPolicy<T>(T, out Dictionary<Object, Object>)
    Cloning.CloneInto(Object, ref Object, ICloner, Boolean)
    Cloning.CloneInto(Object, ref Object, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.CloneInto<T>(T, ref Object, ICloner, Boolean)
    Cloning.CloneInto<T>(T, ref Object, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.CloneIntoViaSerializationPolicy(Object, ref Object)
    Cloning.CloneIntoViaSerializationPolicy(Object, ref Object, out Dictionary<Object, Object>)
    Cloning.CloneIntoViaSerializationPolicy<T>(T, ref Object)
    Cloning.CloneIntoViaSerializationPolicy<T>(T, ref Object, out Dictionary<Object, Object>)
    Cloning.CloneValueType(Object)
    ConversionUtility.ConvertTo<TSource>(TSource, Type)
    ConversionUtility.IsLateConvertibleTo(Object, Type, Boolean)
    ConversionUtility.IsLateConvertibleTo<T>(Object, Boolean)
    ConversionUtility.LateConvertTo(Object, Type)
    ConversionUtility.LateConvertTo<T>(Object)
    ConversionUtility.TryLateConvertTo(Object, Type, out Object, Boolean)
    ConversionUtility.TryLateConvertTo<T>(Object, out T, Boolean)
    TypeUtility.ToShortString(Object, Int32)
    TypeUtility.CastTo<T>(Object)
    Serialization.FullSerialize(Object, Boolean)
    Serialization.OdinSerialize<T>(T, DataFormat)
    Serialization.OdinSerialize<T>(T, ref OdinSerializer.SerializationData, DataFormat)
    LinqUtility.Yield<T>(T)
    UnityObjectUtility.IsUnityNull(Object)
    UnityObjectUtility.UnityNullCoalesce(Object, Object)
    UnityObjectUtility.ToSafeString(Object)
    BoltGenerationUtility.GenerateLiteral(Object, IGeneration)
    XGeneratorProvider.Generator(Object, IGeneration)
    XGeneratorProvider.Generator<TGenerator>(Object, IGeneration)
    XGeneratorProvider.HasGenerator(Object, IGeneration)
    XGeneratorProvider.HasGenerator<TGenerator>(Object, IGeneration)
    XGeneratorProvider.TryGetGenerator(Object, out IGenerator, IGeneration)
    XGeneratorProvider.TryGetGenerator<TGenerator>(Object, IGeneration, out TGenerator)
    HybridConversionUtility.ConvertTo(Object, HybridType, HybridType)
    HybridConversionUtility.IsLateConvertibleTo(Object, HybridType, Boolean)
    HybridConversionUtility.LateConvertTo(Object, HybridType)
    HybridConversionUtility.TryLateConvertTo(Object, HybridType, out Object, Boolean)
    HybridTypeUtility.GetHybridType(Object)
    IsUtility.Is<TO, TC>(TO, out TC)
    PrivateReflectionUsingDynamicExtensions.AsDynamic(Object)
    JsonWriter.ToJson(Object)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX