BehaviorEntityDebuggerSnapshots.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Entity/BehaviorEntityDebuggerSnapshots.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorEntityBindingLifecycle
Section titled “Type: BehaviorEntityBindingLifecycle”Original lines: 11-18
Declaration hash: sha256:8128aa7a69b68b048fdaca8a7cb6c461f5e9da7b6636cb4cf81e00739d7d28df
public enum BehaviorEntityBindingLifecycle{}Field: Live
Section titled “Field: Live”Original lines: 14
Declaration hash: sha256:b64ac05f17e64d037db81a98f51e2688216e292ae9748f979f04dfbac49fd7fc
LiveField: Destroyed
Section titled “Field: Destroyed”Original lines: 17
Declaration hash: sha256:ff49630c242bd91582d0835b98e907964a6b159491cb4cb441dbbb3af6e9c820
DestroyedType: BehaviorEntityIdentitySnapshot
Section titled “Type: BehaviorEntityIdentitySnapshot”Original lines: 30-132
Declaration hash: sha256:0e44ee17c7592b42aad7e6d63272083dd65eb0652ecd552a790e7e945bbfde1d
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
public BehaviorEntityIdentitySnapshot(string worldName, ulong worldSequenceNumber, int entityIndex, int entityVersion, IReadOnlyList<string> archetypeComponentNames, int graphId, int followerId, string applicationContext, string primaryArchetypeComponent = null);Property: WorldName
Section titled “Property: WorldName”Original lines: 63
Declaration hash: sha256:4577a515907d56deaeeaad521d2fb6c4e873885f8b2980e234cc62e5bc20bc3d
public string WorldName { get; }Property: WorldSequenceNumber
Section titled “Property: WorldSequenceNumber”Original lines: 65
Declaration hash: sha256:577bded930dd43ce2fe0cb1215fdffec0e0c045900c13cb3be1f61963bb43ef6
public ulong WorldSequenceNumber { get; }Property: EntityIndex
Section titled “Property: EntityIndex”Original lines: 67
Declaration hash: sha256:6f4762c04aa88cf9df3f35ff4ac9980008e802facb4a7ca7b9522e4e53fc59e7
public int EntityIndex { get; }Property: EntityVersion
Section titled “Property: EntityVersion”Original lines: 69
Declaration hash: sha256:1a161ab06124d5d77d139975800f2aa520684635559eaf59972b340d1f409148
public int EntityVersion { get; }Property: ArchetypeComponentNames
Section titled “Property: ArchetypeComponentNames”Original lines: 71
Declaration hash: sha256:540cd29d372561c686c8effedd5da6ac5a13bc5205aeb401a5de5aceefd979af
public IReadOnlyList<string> ArchetypeComponentNames { get; }Property: GraphId
Section titled “Property: GraphId”Original lines: 73
Declaration hash: sha256:2f97cb9b7091467f3014b2a82caef5221be8a371901197a4990098c2f07efe59
public int GraphId { get; }Property: FollowerId
Section titled “Property: FollowerId”Original lines: 75
Declaration hash: sha256:d16bf028f72cdcf2617f3a6e5e4b857caf9af4b9993555f708307d620c32b9f0
public int FollowerId { get; }Property: ApplicationContext
Section titled “Property: ApplicationContext”Original lines: 77
Declaration hash: sha256:190d22dde06aa4024ff7bd31a1df726321d0616c638bf4358af821e284463a56
public string ApplicationContext { get; }Property: PrimaryArchetypeComponent
Section titled “Property: PrimaryArchetypeComponent”Original lines: 79
Declaration hash: sha256:d7f6aa39a3e8218b7948b0dad6c1f8ca9768d773355f82eb0e4e61c423c6932f
public string PrimaryArchetypeComponent { get; }Property: WorldDisplay
Section titled “Property: WorldDisplay”Original lines: 82
Declaration hash: sha256:0e5cb0156df24f0aad3525d87c1af4ade780bc653b369534a61705febd45a3ed
public string WorldDisplay { get; }Property: EntityDisplay
Section titled “Property: EntityDisplay”Original lines: 85
Declaration hash: sha256:cd5037fe3a1758e77947df6c0e9584c0a1978077dd6e938f6c5f060514ab2b4c
public string EntityDisplay { get; }Property: ArchetypeDisplay
Section titled “Property: ArchetypeDisplay”Original lines: 92-118
Declaration hash: sha256:6e3e05f6b53f5935069a6226f4d1feb05c592a927f1161b3ddaf9ded837fbfa5
public string ArchetypeDisplay { get; }Property: GraphInstanceDisplay
Section titled “Property: GraphInstanceDisplay”Original lines: 124-131
Declaration hash: sha256:ea2a2a1eb978081634b47ab97b7735c789ddb2b320deb457212d17d39f8ef87a
public string GraphInstanceDisplay { get; }