Validate.

Log(OptionalWarning, string, Object) Method

Summary

[Animancer Extension] [Assert-Conditional] Logs the `message` as a warning if the `type` is enabled.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Validate

Syntax

[System.Diagnostics.Conditional(Strings.Assertions)]
public static void Log(this OptionalWarning type, string message, Object context = null)

Attributes

Type Description
ConditionalAttribute

Parameters

Name Type Description
type OptionalWarning
message string
context Object

Return Value

Type Description
void