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

valueThe fixed value to set.

Overload

Declaration

public BoolReference(BoolVariable variable)

Description

Creates a new boolean reference to the variable value.

Parameters

variableThe variable to reference.