DirectionalSet<T>.

AssertAllowChanges() Method

Summary

[Assert-Only] Throws an System.InvalidOperationException if Animancer.DirectionalSet`1.AllowChanges(System.Boolean) wasn't called.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
DirectionalSet<T>

Syntax

[System.Diagnostics.Conditional(Strings.Assertions)]
public void AssertAllowChanges()

Attributes

Type Description
ConditionalAttribute

Return Value

Type Description
void