BoolReference Constructor
Constructor in BoolReference
Declaration
public BoolReference()
Description
Creates a new boolean reference.
Overload
Declaration
public BoolReference(bool value)
Description
Creates a new boolean reference with the fixed value.
Parameters
value | The fixed value to set. |
Overload
Declaration
public BoolReference(BoolVariable variable)
Description
Creates a new boolean reference to the variable value.
Parameters
variable | The variable to reference. |