Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

IntSetter.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Variable/IntSetter.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 41-96

Declaration hash: sha256:63a22728f9f1cd94c97efdd5f9622ef2ba4d68eb2c4195841a7f7df287cb99cd

C#
public class IntSetter : LoggingBehavior
{
}

Original lines: 57-61

Declaration hash: sha256:f0a36172b41b662229fe96ec3287a768fc28f2e3e279cb3afa2778ac378284fd

C#
public int Value { get; set; }

Original lines: 64-67

Declaration hash: sha256:949e5f6ec4ba231363cdf8f35f4329f0007a0f0fc60acd4e7e5cd14e66e17ae3

C#
public void Set(int value);

Original lines: 75-79

Declaration hash: sha256:bfb18d1eb2654894e9f5c99caab57ee895382ab2dacb3101f5224169ea3a61e9

C#
protected override void Awake();
Full-size image