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

Original file: Packages/io.bitquirky.behavior/Editor/Entity/BehaviorEntityDebuggerSnapshots.cs

Source file hash: sha256:33f135269fee442ed1b1f62f03dd025621fbfff54f9a5d920e72c711336c623e

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

Original lines: 11-18

Declaration hash: sha256:8128aa7a69b68b048fdaca8a7cb6c461f5e9da7b6636cb4cf81e00739d7d28df

C#
public enum BehaviorEntityBindingLifecycle
{
}

Original lines: 14

Declaration hash: sha256:b64ac05f17e64d037db81a98f51e2688216e292ae9748f979f04dfbac49fd7fc

C#
Live

Original lines: 17

Declaration hash: sha256:ff49630c242bd91582d0835b98e907964a6b159491cb4cb441dbbb3af6e9c820

C#
Destroyed

Original lines: 30-132

Declaration hash: sha256:0e44ee17c7592b42aad7e6d63272083dd65eb0652ecd552a790e7e945bbfde1d

C#
public sealed class BehaviorEntityIdentitySnapshot
{
}

Method: BehaviorEntityIdentitySnapshot(string worldName, ulong worldSequenceNumber, int entityIndex, int entityVersion, IReadOnlyList<string> archetypeComponentNames, int graphId, int followerId, string applicationContext, string primaryArchetypeComponent)

Section titled “Method: BehaviorEntityIdentitySnapshot(string worldName, ulong worldSequenceNumber, int entityIndex, int entityVersion, IReadOnlyList<string> archetypeComponentNames, int graphId, int followerId, string applicationContext, string primaryArchetypeComponent)”

Original lines: 38-60

Declaration hash: sha256:ddf56bb856e700c81a7b726e93c2901fa86f804dc126d6b26efad4964756083f

C#
public BehaviorEntityIdentitySnapshot(string worldName, ulong worldSequenceNumber, int entityIndex, int entityVersion, IReadOnlyList<string> archetypeComponentNames, int graphId, int followerId, string applicationContext, string primaryArchetypeComponent = null);

Original lines: 63

Declaration hash: sha256:4577a515907d56deaeeaad521d2fb6c4e873885f8b2980e234cc62e5bc20bc3d

C#
public string WorldName { get; }

Original lines: 65

Declaration hash: sha256:577bded930dd43ce2fe0cb1215fdffec0e0c045900c13cb3be1f61963bb43ef6

C#
public ulong WorldSequenceNumber { get; }

Original lines: 67

Declaration hash: sha256:6f4762c04aa88cf9df3f35ff4ac9980008e802facb4a7ca7b9522e4e53fc59e7

C#
public int EntityIndex { get; }

Original lines: 69

Declaration hash: sha256:1a161ab06124d5d77d139975800f2aa520684635559eaf59972b340d1f409148

C#
public int EntityVersion { get; }

Original lines: 71

Declaration hash: sha256:540cd29d372561c686c8effedd5da6ac5a13bc5205aeb401a5de5aceefd979af

C#
public IReadOnlyList<string> ArchetypeComponentNames { get; }

Original lines: 73

Declaration hash: sha256:2f97cb9b7091467f3014b2a82caef5221be8a371901197a4990098c2f07efe59

C#
public int GraphId { get; }

Original lines: 75

Declaration hash: sha256:d16bf028f72cdcf2617f3a6e5e4b857caf9af4b9993555f708307d620c32b9f0

C#
public int FollowerId { get; }

Original lines: 77

Declaration hash: sha256:190d22dde06aa4024ff7bd31a1df726321d0616c638bf4358af821e284463a56

C#
public string ApplicationContext { get; }

Original lines: 79

Declaration hash: sha256:d7f6aa39a3e8218b7948b0dad6c1f8ca9768d773355f82eb0e4e61c423c6932f

C#
public string PrimaryArchetypeComponent { get; }

Original lines: 82

Declaration hash: sha256:0e5cb0156df24f0aad3525d87c1af4ade780bc653b369534a61705febd45a3ed

C#
public string WorldDisplay { get; }

Original lines: 85

Declaration hash: sha256:cd5037fe3a1758e77947df6c0e9584c0a1978077dd6e938f6c5f060514ab2b4c

C#
public string EntityDisplay { get; }

Original lines: 92-118

Declaration hash: sha256:6e3e05f6b53f5935069a6226f4d1feb05c592a927f1161b3ddaf9ded837fbfa5

C#
public string ArchetypeDisplay { get; }

Original lines: 124-131

Declaration hash: sha256:ea2a2a1eb978081634b47ab97b7735c789ddb2b320deb457212d17d39f8ef87a

C#
public string GraphInstanceDisplay { get; }
Full-size image