decline-cookies / anvil-unity-dots

Unity DOTS and ECS specific additions and extensions to Anvil
MIT License
4 stars 1 forks source link

CancelComplete - Implement `IToFixedString` #251

Closed mbaker3 closed 1 year ago

mbaker3 commented 1 year ago

Have CancelComplete implement IToFixedString<FixedString128Bytes>

What is the current behaviour?

CancelComplete cannot be easily represented as a fixed string.

What is the new behaviour?

.ToFixedString() can now be called on a CancelComplete instance to get a fixed string representation of the instance.

What issues does this resolve?

What PRs does this depend on?

Does this introduce a breaking change?