BehaviorManagedReferenceSidecar.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Blackboard/BehaviorManagedReferenceSidecar.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorManagedReferenceSidecar
Section titled “Type: BehaviorManagedReferenceSidecar”Original lines: 18-79
Declaration hash: sha256:de5335f559b42987ec840fdb92cd0dedaced9bcfbb798966c5d56aca8685f0cf
public sealed class BehaviorManagedReferenceSidecar{}Method: BehaviorManagedReferenceSidecar(int slotCount)
Section titled “Method: BehaviorManagedReferenceSidecar(int slotCount)”Original lines: 24-34
Declaration hash: sha256:95f2eb59ece5075f5d5ec384ed62b91827af1abc9ef33cb846ad169c809b5f9e
public BehaviorManagedReferenceSidecar(int slotCount);Property: SlotCount
Section titled “Property: SlotCount”Original lines: 37
Declaration hash: sha256:a9835557b359dffa7e72953ae21b4d299928f016a7f962585a6afcd20b1cdee9
public int SlotCount { get; }Method: Read(int slotIndex)
Section titled “Method: Read(int slotIndex)”Original lines: 40-43
Declaration hash: sha256:3879c27527bedfc228bca8b7d89e76854c072f92006f739fbf120d9b9998fe46
public object Read(int slotIndex);Method: Version(int slotIndex)
Section titled “Method: Version(int slotIndex)”Original lines: 46-49
Declaration hash: sha256:91d0e1936d22637c775bd71e72475d4bb52d7eef8787c136c37b2d27227f9572
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
public bool Write(int slotIndex, object value);Method: Clear()
Section titled “Method: Clear()”Original lines: 71-78
Declaration hash: sha256:8ab1ffcad8674d1cce58b3c69b04c598103a8217b51c18e1cb63a37436489761
public void Clear();