Summary
An error message for when something has been modified after being released to the pool.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- ObjectPool
<T>
Syntax
public const string NotResetError
Remarks
Example:
AnimancerUtilities.Assert($"A pooled list is not empty. {NotClearError}");
Constant Value
Value | Type |
---|---|
It must be reset to its default values before being released to the pool and not modified after that. | String |