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

BehaviorManagedReferenceSidecar.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Blackboard/BehaviorManagedReferenceSidecar.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Runtime/Blackboard/BehaviorManagedReferenceSidecar.cs

Source file hash: sha256:43236b1cfc5e4ebe2d47542dcd247dbfe88643e9ece3079f3c7ec48dd1c4fd17

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 18-79

Declaration hash: sha256:de5335f559b42987ec840fdb92cd0dedaced9bcfbb798966c5d56aca8685f0cf

C#
public sealed class BehaviorManagedReferenceSidecar
{
}

Method: BehaviorManagedReferenceSidecar(int slotCount)

Section titled “Method: BehaviorManagedReferenceSidecar(int slotCount)”

Original lines: 24-34

Declaration hash: sha256:95f2eb59ece5075f5d5ec384ed62b91827af1abc9ef33cb846ad169c809b5f9e

C#
public BehaviorManagedReferenceSidecar(int slotCount);

Original lines: 37

Declaration hash: sha256:a9835557b359dffa7e72953ae21b4d299928f016a7f962585a6afcd20b1cdee9

C#
public int SlotCount { get; }

Original lines: 40-43

Declaration hash: sha256:3879c27527bedfc228bca8b7d89e76854c072f92006f739fbf120d9b9998fe46

C#
public object Read(int slotIndex);

Original lines: 46-49

Declaration hash: sha256:91d0e1936d22637c775bd71e72475d4bb52d7eef8787c136c37b2d27227f9572

C#
public int Version(int slotIndex);

Method: Write(int slotIndex, object value)

Section titled “Method: Write(int slotIndex, object value)”

Original lines: 55-68

Declaration hash: sha256:52555441368074e92602b8d3a79af3bfbc63d2082b6818f18639d75d869ce170

C#
public bool Write(int slotIndex, object value);

Original lines: 71-78

Declaration hash: sha256:8ab1ffcad8674d1cce58b3c69b04c598103a8217b51c18e1cb63a37436489761

C#
public void Clear();
Full-size image