Enum UnaryOperator
Namespace: Unity.VisualScripting
Syntax
public enum UnaryOperator
Fields
Name | Description | Value |
---|---|---|
LogicalNegation | 0 | |
NumericNegation | 1 | |
Increment | 2 | |
Decrement | 3 | |
Plus | 4 |
public enum UnaryOperator
Name | Description | Value |
---|---|---|
LogicalNegation | 0 | |
NumericNegation | 1 | |
Increment | 2 | |
Decrement | 3 | |
Plus | 4 |