Bool3 Constructor
Constructor in Bool3
Declaration
public Bool3(bool x = false, bool y = false, bool z = false)Description
Creates a new Bool3 with the specified values.
Parameters
| x | The X component. |
| y | The Y component. |
| z | The Z component. |
public Bool3(bool x = false, bool y = false, bool z = false)Creates a new Bool3 with the specified values.
| x | The X component. |
| y | The Y component. |
| z | The Z component. |