IntVariable.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Variable/IntVariable.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Variable/IntVariable.cs
Source file hash: sha256:b6f69768f18c24f9e2a4e0b1b36739441c9b41f4d6f19f49518fe66b1f55b408
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: IntVariable
Section titled “Type: IntVariable”Original lines: 28-29
Declaration hash: sha256:e7b3fd38ac44b9cc4e0f38e8da67ba2b777ce8fa42d833b1a03763241f0fd7af
[CreateAssetMenu(menuName = "Bit Quirky/Variable/Int", order = -7290)]public class IntVariable : Variable<int>{}