Struct BlittableBool
Plain struct that wraps a boolean value into a DOTS compatible data type.
Namespace: Unity.Kinematica
Assembly: solution.dll
Syntax
public struct BlittableBool
Constructors
| Name | Description |
|---|---|
| BlittableBool(bool) | Constructs a blittable bool from a boolean value. |
Operators
| Name | Description |
|---|---|
| implicit operator BlittableBool(bool) | Implicit cast operator that allows to convert a bool into a blittable bool. |
| implicit operator bool(BlittableBool) | Implicit cast operator that allows to convert a blittable bool into a bool. |