Validate.

SetEnabled(OptionalWarning, bool) Method

Summary

[Animancer Extension] [Assert-Conditional] Enables or disables the specified warning type. Supports bitwise combinations.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Validate

Syntax

[System.Diagnostics.Conditional(Strings.Assertions)]
public static void SetEnabled(this OptionalWarning type, bool enable)

Attributes

Type Description
ConditionalAttribute

Parameters

Name Type Description
type OptionalWarning
enable bool

Return Value

Type Description
void