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

xThe X component.
yThe Y component.
zThe Z component.