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