Type:Bool4

From Resonite Wiki

A bool4 is a value type that pairs four bool values together

Usage

Use this type whenever you need to store four bool values together.

In the underlying runtime (.net), this takes the same amount of memory as four bytes

Related Types