Class Warning
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
Constructors
Warning(Exception)
Declaration
public Warning(Exception exception)
Parameters
Warning(WarningLevel, string)
Declaration
public Warning(WarningLevel level, string message)
Parameters
Properties
MessageType
Declaration
public MessageType MessageType { get; }
Property Value
exception
Declaration
public Exception exception { get; }
Property Value
level
Declaration
public WarningLevel level { get; }
Property Value
message
Declaration
public string message { get; }
Property Value
Methods
Caution(string)
Declaration
public static Warning Caution(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
Returns
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
Error(string)
Declaration
public static Warning Error(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
Returns
Exception(Exception)
Declaration
public static Warning Exception(Exception exception)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
GetHeight(float)
Declaration
public virtual float GetHeight(float width)
Parameters
Type |
Name |
Description |
float |
width |
|
Returns
Info(string)
Declaration
public static Warning Info(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
Returns
MostSevere(IEnumerable<WarningLevel>)
Declaration
public static WarningLevel MostSevere(IEnumerable<WarningLevel> warnings)
Parameters
Returns
MostSevere(WarningLevel, WarningLevel)
Declaration
public static WarningLevel MostSevere(WarningLevel a, WarningLevel b)
Parameters
Returns
MostSevere(params WarningLevel[])
Declaration
public static WarningLevel MostSevere(params WarningLevel[] warnings)
Parameters
Returns
MostSevereLevel(List<Warning>)
Declaration
public static WarningLevel MostSevereLevel(List<Warning> warnings)
Parameters
Returns
OnGUI(Rect)
Declaration
public virtual 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
Extension Methods