LogicApplicator Type
Logical operations that can be applied to an effect behavior.
Union cases
Union case | Description |
Full Usage:
And
|
|
Full Usage:
Equal
|
|
Full Usage:
Nand
|
|
Full Usage:
Nor
|
|
Full Usage:
Or
|
|
Full Usage:
Xor
|
Instance members
Instance member | Description |
Full Usage:
this.IsAnd
Returns: bool
|
|
Full Usage:
this.IsEqual
Returns: bool
|
|
Full Usage:
this.IsNand
Returns: bool
|
|
Full Usage:
this.IsNor
Returns: bool
|
|
Full Usage:
this.IsOr
Returns: bool
|
|
Full Usage:
this.IsXor
Returns: bool
|
|