IntSetter.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Variable/IntSetter.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Variable/IntSetter.cs
Source file hash: sha256:c5648fa4e60a1c88a0779d9736338ce2dc6e2a690c93de1627818e8de4296f65
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: IntSetter
Section titled “Type: IntSetter”Original lines: 41-96
Declaration hash: sha256:63a22728f9f1cd94c97efdd5f9622ef2ba4d68eb2c4195841a7f7df287cb99cd
public class IntSetter : LoggingBehavior{}Property: Value
Section titled “Property: Value”Original lines: 57-61
Declaration hash: sha256:f0a36172b41b662229fe96ec3287a768fc28f2e3e279cb3afa2778ac378284fd
public int Value { get; set; }Method: Set(int value)
Section titled “Method: Set(int value)”Original lines: 64-67
Declaration hash: sha256:949e5f6ec4ba231363cdf8f35f4329f0007a0f0fc60acd4e7e5cd14e66e17ae3
public void Set(int value);Method: Awake()
Section titled “Method: Awake()”Original lines: 75-79
Declaration hash: sha256:bfb18d1eb2654894e9f5c99caab57ee895382ab2dacb3101f5224169ea3a61e9
protected override void Awake();