Class: Condition

Condition

Condition is the base class for all condition nodes. Thus, if you want to create new custom condition nodes, you need to inherit from this class.

new Condition()

Members


<readonly> category :string

Node category. Default to `b3.CONDITION`.
Type:
  • string
Properties:
Name Type Description
category