VisualScriptPropertySetAssignOpEnum Enumeration |
[Missing <summary> documentation for "T:Godot.VisualScriptPropertySet.AssignOpEnum"]
Namespace: Godot
public enum AssignOpEnum
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| Add | 1 | ||
| Sub | 2 | ||
| Mul | 3 | ||
| Div | 4 | ||
| Mod | 5 | ||
| ShiftLeft | 6 | ||
| ShiftRight | 7 | ||
| BitAnd | 8 | ||
| BitOr | 9 | ||
| BitXor | 10 |