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

BehaviorMemberBindingDiagnostic.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Member/BehaviorMemberBindingDiagnostic.cs.

Source snapshot ad0983d00d77.

On this page

Original file: Packages/io.bitquirky.behavior/Runtime/Member/BehaviorMemberBindingDiagnostic.cs

Source file hash: sha256:eb14ea7747c6d56c8d2b2b53abec2168eddb0a2102289a3f16011b3e5b3f630f

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

Type: BehaviorMemberBindingDiagnosticReason

Section titled “Type: BehaviorMemberBindingDiagnosticReason”

Original lines: 13-208

Declaration hash: sha256:8cab087781df05f1a3aaa66d8bbd57b237f0096f38a5b5be557dec2dbfa9a1fd

C#
public enum BehaviorMemberBindingDiagnosticReason : byte
{
}

Original lines: 16

Declaration hash: sha256:fedf0b8e3515dd246d2e135e58b6f73affd93f34de5df1560d5f1933ff29f84f

C#
Unknown = 0

Original lines: 19

Declaration hash: sha256:d9507fef80eceae6a27769e4063ec8deab7dd3ba0243267cf146c704e8d9e223

C#
MissingTarget = 1

Original lines: 22

Declaration hash: sha256:096972e451d6224c17d971276ae10c5d11629ca97a93ae1b2cdcd7ad8802bfb8

C#
TargetTypeMismatch = 2

Original lines: 25

Declaration hash: sha256:cfb7a1630fe58866cbddd38d9acab49798a7308960b28bc935ab224c9c470570

C#
AmbiguousTarget = 3

Original lines: 28

Declaration hash: sha256:a48f0a243c97d039ecf5bc31f5268540e17ed8ab38866642ef4345a402c7f5ae

C#
MissingMember = 4

Original lines: 31

Declaration hash: sha256:8197c6c6df23adf2b7faf5b317f1a80353c1ad8c3c9f3fad4d913684809c0361

C#
RenamedMember = 5

Original lines: 34

Declaration hash: sha256:15d8b78d6ffd6a4ac6993188165a92b22e810bb7684f818a8bd840fabed36b62

C#
InaccessibleMember = 6

Original lines: 37

Declaration hash: sha256:ad40d979d157b2cee0225e8a7789185e4ac8d9784d0caeda1c56d6c35e547be6

C#
AmbiguousOverload = 7

Original lines: 40

Declaration hash: sha256:f8554345d49c2e2777c4fcc3ad80f1b83401b306877eb1508cd18febbb904840

C#
UnsupportedSignature = 8

Original lines: 43

Declaration hash: sha256:423ccc089dc6662a2617ea533484b084430243d13fdf0654f4871ad76bc48620

C#
InvalidAccess = 9

Original lines: 46

Declaration hash: sha256:7abb796c8590379c1a14e63b0eb609bd39b94bb2504235079714b6678675eebf

C#
UnsupportedValueType = 10

Original lines: 49

Declaration hash: sha256:63ac8a6d8c58b69d9533ebef90c9bed83205ac279380e21cb40c76bdd1fc10f6

C#
UnsupportedConversion = 11

Original lines: 52

Declaration hash: sha256:6c0dd9934ff5d9c5b712c9d32d8aa6d67ccb1f57b13be863a3094e78702b5915

C#
MissingBlackboardField = 12

Original lines: 55

Declaration hash: sha256:f6aaf19f95f3a33e4d616b63166b35c5b00eb0c3583597b8784830a3d190c8e0

C#
InvalidComparison = 13

Original lines: 58

Declaration hash: sha256:4def00f53c659784e87860b8eaf39c95a7f56c68c9a3b9e3682c9de501694c02

C#
MissingEventAccess = 14

Original lines: 61

Declaration hash: sha256:cfeba6b5d2e26d1db4704065379a5a0c36e1cdab961d892ab98b1b44db6d434e

C#
MissingExplicitReference = 15

Original lines: 64

Declaration hash: sha256:c65297f3db5fd9a97441e5d861b957076ff1c2fb5feec7d975e36bcb3361ed7d

C#
StaleGeneratedProvider = 16

Original lines: 67

Declaration hash: sha256:7a9e37d6f2d10af2288099a910cf6422b5f6bff7c7516fef54f8d36893315f78

C#
ProviderBindingSetMismatch = 17

Original lines: 70

Declaration hash: sha256:730949af6f3cfb59153d5ce8e5b78cf4525a53a94950ed812e8ef207d97fa4f7

C#
MemberThrew = 18

Original lines: 73

Declaration hash: sha256:5b3a8eec84705b3d7add3004c55b11fd39da498a298aaa0b83af3ea589cdddf6

C#
TargetLost = 19

Original lines: 76

Declaration hash: sha256:87770690fd002a4f1adf5318b95c0a0bbbe426aab7896d4dbefdae9660cc4182

C#
CoroutineFaulted = 20

Original lines: 83

Declaration hash: sha256:ea43df203a3c9dacd83b2ea843839ae5e4f7f992c1feb4b7a86446b19f7f7568

C#
EntityTargetModeUnsupported = 21

Original lines: 86

Declaration hash: sha256:2594043e0264574384c7f2eec7e46fc946ad2def737dc0b8a73de0deabe3a827

C#
EntityComponentMissing = 22

Original lines: 89

Declaration hash: sha256:26bb4621b3e7060c44c2f3713ea0a523e1688ebb46b69c6957a17c20b03e28bb

C#
EntitySingletonCardinality = 23

Original lines: 92

Declaration hash: sha256:d55c2153a623456964917e321d4e3c6e07c62700b03e8e59e84c0c7510dab376

C#
EntityHandleInvalid = 24

Original lines: 95

Declaration hash: sha256:846fff9959715ea97521d05d47d8c6a349c7cc20521aa02da4dacca70804fba1

C#
EntityBufferElementUnsupported = 25

Original lines: 98

Declaration hash: sha256:fa7623307510ce8ff1cb9b0f115581b36ef4de33436a32f202571fa24a4bb23a

C#
EntityBufferEntrySelectorImplicit = 26

Field: EntityBufferLengthOperationUnsupported

Section titled “Field: EntityBufferLengthOperationUnsupported”

Original lines: 101

Declaration hash: sha256:2f53c1e207da9da9866dc75e3a6a1aba7b085b8bbfc0a1aa19015135e3591e74

C#
EntityBufferLengthOperationUnsupported = 27

Original lines: 104

Declaration hash: sha256:3c3ad9af1fb8533189d5df7b735eb3cde530deebf84bf5854a7af6c27588cc06

C#
EntityBufferIndexRange = 28

Original lines: 107

Declaration hash: sha256:a95e045c12cf34e0479987b241d244c6f925dfbde4bcfc98589c1fd826377272

C#
EntityEventSourceUnsupported = 29

Original lines: 110

Declaration hash: sha256:73f9ffdcd13826bb6bc861e1bc950190cdc36eea188d1860e59a2e2141e7cb3d

C#
EntityEventOccurrenceStateInvalid = 30

Original lines: 113

Declaration hash: sha256:82acb4b0b27140a2b0a57c07ad4ec241ea18fc18470271f221415714bb7b71da

C#
EntityAccessSetInvalid = 31

Original lines: 116

Declaration hash: sha256:21bca6a49f047a33290810c08caaec5da56c80bff79a65386b530d3f4928da58

C#
EntityValueUnsupported = 32

Original lines: 119

Declaration hash: sha256:92f3a44ff2fe08ef6e6c3e192024ccfc2aba8cb21c9ea58d4a5fae8e34685012

C#
EntityComponentRequired = 33

Original lines: 122

Declaration hash: sha256:d1e5eaf81741e6a3938caab4e888e1b9eb24696215feb17e4ac8a7487c9b3373

C#
EntitySourceNotAnEntity = 34

Original lines: 125

Declaration hash: sha256:cad057e23e3946099ca8564a86a14127d953bcce225bc12ca7665f4d49907520

C#
EntityTypeNotFound = 35

Original lines: 128

Declaration hash: sha256:d4daa6ccd3c670f7a36fe01cdf2bf487e8ffee0c44f0d08fb3d6603bd9cac9bc

C#
EntityNoStorage = 36

Original lines: 131

Declaration hash: sha256:755b8987c9ff097a41bbf91dde1ac9362c667aca7e22b975b582890d89a0df6f

C#
EntityNoCallSite = 37

Original lines: 134

Declaration hash: sha256:4b73291b135fe1696f90c53a10fd877e1a1e5d2d1c2bac4cafa967859882d075

C#
EntityPropertyAccessorComputes = 38

Original lines: 137

Declaration hash: sha256:281ee986d0ed27013aedebf8caafb65dc65c6bae4428a25c7d7c6f08c35ccd6d

C#
EntityPropertyManagedReturn = 39

Original lines: 140

Declaration hash: sha256:8c868883d6875b656ef21e995be9f4291b019313e27c7e7b148a5c3fc3bfc0d2

C#
EntitySignatureUnsupported = 40

Original lines: 148

Declaration hash: sha256:c1efb7850048741e01eac98d40c55964c53b07d96d5d9968323fdc8d0d3254b4

C#
EntityBurstUnavailable = 41

Original lines: 154

Declaration hash: sha256:0a05749ecbfde9c277d6fe1739304a7b6be89ae823f48d86597f2b0fa5bfb21a

C#
EntityAccessorMissing = 42

Original lines: 159

Declaration hash: sha256:25e3ebdd9707fd95eca64b523ca676dbe860c0c7d19d3a4927fa4bcd7cbe87f9

C#
MissingComponent = 43

Original lines: 162

Declaration hash: sha256:837bd45a9a3f4bf4993f9cd82a41abff740eb165ab353d01e16162b441c0349f

C#
MissingGenericArgument = 44

Original lines: 165

Declaration hash: sha256:8582e925343247702b2f4ecd29e5ca2ba709805393d72277a2ffe2503e56694c

C#
MissingGenericType = 45

Original lines: 168

Declaration hash: sha256:cabdfa64b04062b00d6bd783ef3e16b5553ef54814bfd81ec2db983d548e3773

C#
GenericConstraintViolation = 46

Original lines: 171

Declaration hash: sha256:4cd725bc7977c37889c4639926e5e7c3d5a4550b232a47dfcb72151f6de25fd1

C#
GenericDefinitionUnavailable = 47

Original lines: 174

Declaration hash: sha256:8b48b12523f44d6f1de30521151e36f20c994356830aa39b7cc6a4676a75d1fe

C#
EntityBufferIdentityCardinality = 48

Original lines: 182

Declaration hash: sha256:dbf51fca89d7b74cbe28c2427d7ce17bcaa1a52445acaa5d97e308676412962e

C#
DeclaredDefaultUnavailable = 49

Original lines: 190

Declaration hash: sha256:1152a4877d2a46e7dee7b047c9c9b6928a85456bc750024c8f7156204afa8dd8

C#
ParameterIdentityChanged = 50

Original lines: 199

Declaration hash: sha256:6a2a5af693febb62276645ec5465718e8ba1a98943f963b818f1be697f2b2852

C#
IndexArgumentRequired = 51

Original lines: 207

Declaration hash: sha256:d1ba8ab2ba0d6307d8802f2acf4bc0b55ef53f18c0f97276ac9b2a480a544205

C#
ParamsValueRequired = 52

Original lines: 223-511

Declaration hash: sha256:def29ae0f7e6cdf210db7d56cad9078874547d353528971befb914411f04c040

C#
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]
public sealed class BehaviorMemberBindingDiagnostic
{
}

Original lines: 242

Declaration hash: sha256:780cd33badc0dc77cb70f60a8c70878b04bcc9887e432d16261547e21f1efdd9

C#
public string GraphIdentity { get; set; }

Original lines: 245

Declaration hash: sha256:ac3929fc0f1c10b2b9de79b201c116eb8a7bd2d3cc17c8764dd1c7eab3503bf8

C#
public string NodeId { get; set; }

Original lines: 248

Declaration hash: sha256:d73868104fe3b64e90c88914d9f3d5c5fe26f64260c32d62fbd8e9a3c7b5209f

C#
public string BindingId { get; set; }

Original lines: 251

Declaration hash: sha256:8bbce8692b3a24d9b5aff3fca977a82cd06e0d260806243be854365cfa6581a8

C#
public string TargetMode { get; set; }

Original lines: 254

Declaration hash: sha256:51e07cd1cb1b6e14b9093ab3c71b903e88b4ef387be70a4c1c8e01c06bafedcb

C#
public string TargetSlotOrPath { get; set; }

Original lines: 257

Declaration hash: sha256:2d7e112d0445da8a53aec06b133c5c3ca85a1b50cf8a3bdbfb7ece82566d7b81

C#
public string TargetAssemblyName { get; set; }

Original lines: 260

Declaration hash: sha256:beb1210bbcffaa67685a63ec49b71502e7b85d1c7638a22067759acf58238db1

C#
public string TargetTypeName { get; set; }

Original lines: 263

Declaration hash: sha256:d80cf47666596f32161fccf335f647468e68392488676da8173a57662407a552

C#
public string MemberName { get; set; }

Original lines: 266

Declaration hash: sha256:6bed72a25f0a4fe03802360f76755e2cc89ab48f9df320b983ceffde79441b1f

C#
public string MemberSignature { get; set; }

Original lines: 272

Declaration hash: sha256:0c05a02a8c41ed50a33e1b924b55ce1ae33b3f1b58ba9f48763878ce8ad50f47

C#
public string DeclaringTypeName { get; set; }

Original lines: 278

Declaration hash: sha256:80b577302eab95c11666f10db5a2e2ad82dff6a4551a647d127514b757cf618b

C#
public string MemberDeclaration { get; set; }

Original lines: 284

Declaration hash: sha256:15f80d6312eb74ea8bb881fbe1a1793f4e112358cb18b964d7c11bd092256e41

C#
public string ParameterName { get; set; }

Original lines: 290

Declaration hash: sha256:d1f9e39ae0d5ff4d567297be481ef34c7fb42507623b86d225f0e55a08bdfc41

C#
public string AffectedElement { get; set; }

Original lines: 293

Declaration hash: sha256:f9bc886de6a65fdd88f897be40379d1ac7868262a4542962f9b2e73511318bb3

C#
public BehaviorMemberBindingDiagnosticReason Reason { get; set; }

Original lines: 296

Declaration hash: sha256:725e8869281b8c895fb4a0711d27c7fed6cff0900d5793f8001feb3109ca14fd

C#
public string Message { get; set; }

Original lines: 299

Declaration hash: sha256:6f070de8d2079c17c16e305c1c7a9bef18a68adcfc1b378821f605cbced46f68

C#
public string QuickFixId { get; set; }

Original lines: 302

Declaration hash: sha256:f3b0dc4d1edd0bb2dbf878e91d3ea214e2a3a32000376d4aaa7a5890132f7a7d

C#
public int SourceLine { get; set; }

Original lines: 308

Declaration hash: sha256:1fe9ab6d0ad882c64f7e3d8bb167226a223b009055f5f4f2fcbfe5005c6c138a

C#
public string VariableName { get; set; }

Original lines: 315

Declaration hash: sha256:a8e7b3e878892dbc62eff86166cedde03f4e5e12e73d1a033afaa269d05ff411

C#
public string DeclaredTypeName { get; set; }

Original lines: 318

Declaration hash: sha256:98b986393b1474fb69d681239eabba56a82b88f536a7fb6afbd55bda36cf55bf

C#
public BehaviorMemberValueRole MemberRole { get; set; }

Original lines: 324

Declaration hash: sha256:a343c85fdd8582f6acb60ade03a2d9edcbe1e167894a8b950251ba3a569c7ab0

C#
public string RepairIntent { get; set; }

Original lines: 332

Declaration hash: sha256:9a85ee3cb5bfe0c69151fcbb89951a1a5aa10404de64957be5dd742be9ae5015

C#
public const string RebindMemberRepair = "rebind member";

Original lines: 335

Declaration hash: sha256:8e25b3adc8c9b6b9172ce842b021a64210d934bd35b7dcc4920b812924d86a9d

C#
public int GenericParameterOrdinal { get; set; }

Original lines: 338

Declaration hash: sha256:323eb57af0b3a9d605bea319c2e28c60a6ead8e1c18b453f8f4b17b49f84c534

C#
public string GenericParameterName { get; set; }

Original lines: 341

Declaration hash: sha256:9ee0c20db9bbb31c6c937fd7cfca4acc1f7bb266c26b3e745ec2ab375c4297cd

C#
public string GenericChoiceAssemblyName { get; set; }

Original lines: 344

Declaration hash: sha256:8514f86d45f9199421bdcc8a3201252cadc3cc5944d8f0af21ec4b25056c3914

C#
public string GenericChoiceTypeName { get; set; }

Original lines: 347

Declaration hash: sha256:f0681de5237aad75b13730d9d379f8884565552ad34bdfa5bd1aec6380b33bf8

C#
public string GenericConstraint { get; set; }

Original lines: 353-360

Declaration hash: sha256:b91183b3ee6294765b4f563703463d06a247166d5b3e3a2d7a5cb20f78d55dbf

C#
public static IReadOnlyList<string> CoordinateNames { get; }

Original lines: 363

Declaration hash: sha256:6a6aaeada48f1937658afacbb395152732081a8ad7c488855d4fbd3130519067

C#
public string Code { get; }

Method: CodeFor(BehaviorMemberBindingDiagnosticReason reason)

Section titled “Method: CodeFor(BehaviorMemberBindingDiagnosticReason reason)”

Original lines: 366-477

Declaration hash: sha256:f20f85cd28030c9768094765462ece444744e98cfd9c9f862a1d76cbbb94dab7

C#
public static string CodeFor(BehaviorMemberBindingDiagnosticReason reason);

Method: IsLiveReading(BehaviorMemberBindingDiagnosticReason reason)

Section titled “Method: IsLiveReading(BehaviorMemberBindingDiagnosticReason reason)”

Original lines: 485-499

Declaration hash: sha256:b3f574a554dee4db7e9ef39700ce5c11dbffe147921b3544d3cb9c8eee969a3e

C#
public static bool IsLiveReading(BehaviorMemberBindingDiagnosticReason reason);

Original lines: 505-510

Declaration hash: sha256:5df4654aa8b746d6e355abf3a29d06bd107bcfdafe1b6cf04178b4d750c3371b

C#
public override string ToString();

Original lines: 527-737

Declaration hash: sha256:6d169f6e0d439f91ccc03116481fcdc5351b06322b2b52d17555bf43fb8b90ef

C#
public readonly struct BehaviorMemberTargetReading
{
}

Original lines: 581

Declaration hash: sha256:b6ebc4e0fbc883983dbea33def6117218cd115f6ddb19bbaadce5023a015f4f4

C#
public bool HasEvaluation { get; }

Original lines: 587

Declaration hash: sha256:3467edd37c15b6426d6513f15ea5d0b3d3ce9e2100881f5b82c9f82ddd9c4990

C#
public bool IsResolved { get; }

Original lines: 595

Declaration hash: sha256:c70d13e9e4ed0843579b6f19971bb5250fedcd0beb6aaed4584a60b0ade9d985

C#
public BehaviorMemberBindingDiagnosticReason Reason { get; }

Original lines: 598

Declaration hash: sha256:bf5ae518c0ad70b68e30c82b6b16a420a0081188bb79d41030d4ee1c236c4324

C#
public string GraphIdentity { get; }

Original lines: 601

Declaration hash: sha256:533ce955ab4d3ab83d88befa2d961fb5019375d5772f7b99d6ca15db645ef47b

C#
public string NodeId { get; }

Original lines: 604

Declaration hash: sha256:b46df5b5e12c9292cd3a67063c87a7a17705c5dddf1f3e28cba2cc614b8703d5

C#
public string BindingId { get; }

Original lines: 607

Declaration hash: sha256:413a31b86bd4c9e3353f160d5b38ef17e657c47ad50a7a3781979a81b3d4cba4

C#
public string BlackboardVariableName { get; }

Original lines: 610

Declaration hash: sha256:dc611e7eb2d2ec1db48e074a22e7cf2f2bcb1be7920de8843febcc5cd8b496ce

C#
public string RequiredTypeName { get; }

Original lines: 613

Declaration hash: sha256:541221cec86dfcdfc5166685d0489696055f9c50823f096705f213fb211f1af4

C#
public UnityEngine.Object HeldObject { get; }

Original lines: 619-635

Declaration hash: sha256:c711e2811d1428b073bc291fe86fbea0900c2f68862cbb5b142ac30da32ff9ea

C#
public UnityEngine.GameObject ExaminedGameObject { get; }

Original lines: 638-639

Declaration hash: sha256:163aad46df7e13dcead44dbd7cdfdf4fec83ad930e1cb485db681a3f7de96935

C#
public string HeldObjectName { get; }

Original lines: 642-643

Declaration hash: sha256:13e18b2dd8258c1247418be1ad03e2e8f7f00c8fbfccef33f7f1060a340fb006

C#
public string HeldTypeName { get; }

Original lines: 646

Declaration hash: sha256:3e2f74d40482a64cf2313e26e2e6e33cdf1b00444d556affcf314fc209bd3e58

C#
public int Sequence { get; }

Original lines: 653

Declaration hash: sha256:5edc43950cf517d5b4285d06699f4d9c4c2a588575e0e1a1cb26f7184b3dc0b4

C#
public int ConsecutiveEvaluationCount { get; }

Original lines: 661

Declaration hash: sha256:a96c631355607b6b177f84c7e6ceaf6339eee1f9175b30be2596b9260dc1eb53

C#
public bool IsEntityTargetReading { get; }

Original lines: 667-668

Declaration hash: sha256:0c5b0913e242f4dba9885321340e42718301466c9a512af0d5c33aa328f0db68

C#
public string EntityWorldIdentity { get; }

Original lines: 673-674

Declaration hash: sha256:1cbad775eac09d3ca086672c0e87e5d4adf04bd6a5103e7f35b8ce39d2653d8b

C#
public bool HasEntityTargetIdentity { get; }

Original lines: 677-678

Declaration hash: sha256:f76e28f33ef2797bd527a8b375d7d5e0d325c2ab045611a3af9e2c122884bf64

C#
public int EntityTargetIndex { get; }

Original lines: 681-682

Declaration hash: sha256:abb3a6e2f4ae45a1b12252cefc7cc7fa0d3eebf26207596c6e0623a95030d0e4

C#
public int EntityTargetVersion { get; }

Original lines: 688-689

Declaration hash: sha256:cd6070a3855bdd216cdf3a67b92c7e7d2c0ddbc84d0a32da8fc09d9d6d118d86

C#
public string EntityTargetLabel { get; }

Original lines: 695-696

Declaration hash: sha256:afb8a8d05004a5352fdedded5b1ee2f4862bd551b3250109705e32d13cd640cc

C#
public string EntityMemberIdentity { get; }

Original lines: 703-704

Declaration hash: sha256:81c7cfb48d87ebd567710284f53d104b4ad203d33624536b3270054e39afbda4

C#
public int ObservedCount { get; }

Original lines: 712-736

Declaration hash: sha256:d06d54aa88110d6d41cf8d3af194a8dec698187856527afd582064af08182ce9

C#
public string DescribeConsoleRecord();

Original lines: 754-808

Declaration hash: sha256:a12303e83d713bde6890709bc38604e2b823097a2d544ca106f60a98e6e576b8

C#
public readonly struct BehaviorMemberRefEvaluationReading
{
}

Original lines: 778

Declaration hash: sha256:b6ebc4e0fbc883983dbea33def6117218cd115f6ddb19bbaadce5023a015f4f4

C#
public bool HasEvaluation { get; }

Original lines: 785

Declaration hash: sha256:6f5e042be1b87e4d654e951f761f328a58ef068f6379287364cd86ae2dcc89ef

C#
public bool Completed { get; }

Original lines: 791

Declaration hash: sha256:ff553fb42a8d3f22731eb5799404a89dc4bd9c56864c8d3d3194d5e330540ee4

C#
public BehaviorResultCode ReportedResult { get; }

Original lines: 794

Declaration hash: sha256:533ce955ab4d3ab83d88befa2d961fb5019375d5772f7b99d6ca15db645ef47b

C#
public string NodeId { get; }

Original lines: 797

Declaration hash: sha256:92249ee9b9433039601d0d4f3eae79248235c7374a6384547afc47bbc272c3c9

C#
public int ParameterOrdinal { get; }

Original lines: 800

Declaration hash: sha256:6c301d45b45cb19d07921e3560cdee460b0d79aac6944259f41cf150d4259845

C#
public BehaviorLiveMemberValue PreCallValue { get; }

Original lines: 807

Declaration hash: sha256:e7e58432ac8d2c6048aa50c62b4149d483c7368536c5fdfcf166f4bee89aa2df

C#
public BehaviorLiveMemberValue PostCallValue { get; }

Original lines: 823-1029

Declaration hash: sha256:5b3e6ab92cc395d7ccacd9f5d3c128cb7f37f669e04658e6a7c18ae20addc953

C#
public sealed class BehaviorMemberTargetReadingStore
{
}

Method: BehaviorMemberTargetReadingStore(int count, IReadOnlyList<string> strings, string graphIdentity)

Section titled “Method: BehaviorMemberTargetReadingStore(int count, IReadOnlyList<string> strings, string graphIdentity)”

Original lines: 837-853

Declaration hash: sha256:a9c3d905acbcc852903d38b4e60f923bf3648695a4ede1a0b152bf2daa75089c

C#
public BehaviorMemberTargetReadingStore(int count, IReadOnlyList<string> strings, string graphIdentity);

Original lines: 856

Declaration hash: sha256:86b971c9d4a6c7be67f9b8ba77954d606158193d4bb6f55e4e6ef2de364cb94a

C#
public int Count { get; }

Original lines: 859

Declaration hash: sha256:44011eec0ef659f0aea096e5cf730d68d051b68ed6d87443b241ec02be470394

C#
public int UnresolvedCount { get; }

Method: Configure(int index, int nodeIdStringIndex, int bindingIdStringIndex, int variableNameStringIndex, int requiredTypeStringIndex)

Section titled “Method: Configure(int index, int nodeIdStringIndex, int bindingIdStringIndex, int variableNameStringIndex, int requiredTypeStringIndex)”

Original lines: 862-877

Declaration hash: sha256:9d56bf32c02a12cd2933ee57d5db40cae3a7fa6f6373c2ded9b5c599c93b9469

C#
public void Configure(int index, int nodeIdStringIndex, int bindingIdStringIndex, int variableNameStringIndex, int requiredTypeStringIndex);

Method: SetResolved(int index, Object held)

Section titled “Method: SetResolved(int index, Object held)”

Original lines: 880-904

Declaration hash: sha256:72f36807c3418fa6da9aef3b96ab20380982924b7266fdb1a9a7ef7cc21cbe2c

C#
public void SetResolved(int index, UnityEngine.Object held);

Method: SetUnresolved(int index, BehaviorMemberBindingDiagnosticReason reason, Object held)

Section titled “Method: SetUnresolved(int index, BehaviorMemberBindingDiagnosticReason reason, Object held)”

Original lines: 913-942

Declaration hash: sha256:7d0b80cec5ce3c9f9382cede38b9dd94ddc0b074c5da0c2c21fd415145ac645f

C#
public bool SetUnresolved(int index, BehaviorMemberBindingDiagnosticReason reason, UnityEngine.Object held);

Original lines: 945-957

Declaration hash: sha256:8ab1ffcad8674d1cce58b3c69b04c598103a8217b51c18e1cb63a37436489761

C#
public void Clear();

Original lines: 960-979

Declaration hash: sha256:2660b8f0ca5798186c3d3e1e96b8028d2ccc57f31344ae7608144ef4e47d8d58

C#
public BehaviorMemberTargetReading Read(int index);

Original lines: 1044-1125

Declaration hash: sha256:eca41d06dd29638593d59b4ecb716f0397013a3c391812242ca1d1c05b93402f

C#
public readonly struct BehaviorEntityMemberReadingRecord
{
}

Method: BehaviorEntityMemberReadingRecord(int entityIndex, int entityVersion, int targetEntityIndex, int targetEntityVersion, bool hasTargetEntity, int operationIndex, BehaviorMemberBindingDiagnosticReason reason, int observedCount)

Section titled “Method: BehaviorEntityMemberReadingRecord(int entityIndex, int entityVersion, int targetEntityIndex, int targetEntityVersion, bool hasTargetEntity, int operationIndex, BehaviorMemberBindingDiagnosticReason reason, int observedCount)”

Original lines: 1050-1069

Declaration hash: sha256:1a6bd3730179cb4cf09f4675acf900f46286f8ae14d7cd694d7fbb14bdb113fa

C#
public BehaviorEntityMemberReadingRecord(int entityIndex, int entityVersion, int targetEntityIndex, int targetEntityVersion, bool hasTargetEntity, int operationIndex, BehaviorMemberBindingDiagnosticReason reason, int observedCount);

Method: ForResolution(int entityIndex, int entityVersion, int operationIndex)

Section titled “Method: ForResolution(int entityIndex, int entityVersion, int operationIndex)”

Original lines: 1090-1097

Declaration hash: sha256:64783bd0cea4cbf8598bfb55b8b0d4b221416fe488872f9d951e51d584e47729

C#
public static BehaviorEntityMemberReadingRecord ForResolution(int entityIndex, int entityVersion, int operationIndex);

Original lines: 1100

Declaration hash: sha256:6f4762c04aa88cf9df3f35ff4ac9980008e802facb4a7ca7b9522e4e53fc59e7

C#
public int EntityIndex { get; }

Original lines: 1103

Declaration hash: sha256:1a161ab06124d5d77d139975800f2aa520684635559eaf59972b340d1f409148

C#
public int EntityVersion { get; }

Original lines: 1106

Declaration hash: sha256:387b16bd164320e7ed16e81fd2c53435f664539f13b5e40849b637d47c63490b

C#
public int TargetEntityIndex { get; }

Original lines: 1109

Declaration hash: sha256:521b56318979cefebe0f77168dcfd105c476b36601ecad311c8a5b5da6c8f3cf

C#
public int TargetEntityVersion { get; }

Original lines: 1112

Declaration hash: sha256:2b652b041e2bdee897c2e351fb22375ce6a739f8628ec9f0322d9a6187263289

C#
public bool HasTargetEntity { get; }

Original lines: 1115

Declaration hash: sha256:65a442c06324fc068f700ea453af457cb63b014f9ac264aaefd528d26ecb834d

C#
public int OperationIndex { get; }

Original lines: 1118

Declaration hash: sha256:c70d13e9e4ed0843579b6f19971bb5250fedcd0beb6aaed4584a60b0ade9d985

C#
public BehaviorMemberBindingDiagnosticReason Reason { get; }

Original lines: 1121

Declaration hash: sha256:81c7cfb48d87ebd567710284f53d104b4ad203d33624536b3270054e39afbda4

C#
public int ObservedCount { get; }

Original lines: 1124

Declaration hash: sha256:d6604d57dd19f3e282a526231d3f06a0899b78aec0a5bb74caddc176e50c9313

C#
public bool IsResolution { get; }

Original lines: 1140-1256

Declaration hash: sha256:30c40ce68ba8d67ddda4b45dfd131577c80d49cb4ffb98c7243ef4c8f707416e

C#
public readonly struct BehaviorEntityMemberReading
{
}

Original lines: 1173

Declaration hash: sha256:c70d13e9e4ed0843579b6f19971bb5250fedcd0beb6aaed4584a60b0ade9d985

C#
public BehaviorMemberBindingDiagnosticReason Reason { get; }

Original lines: 1176

Declaration hash: sha256:804dee91ea603083e85807d9a4e646873372f6c2389272af860a2f63151f6d6c

C#
public string WorldIdentity { get; }

Original lines: 1179

Declaration hash: sha256:bf5ae518c0ad70b68e30c82b6b16a420a0081188bb79d41030d4ee1c236c4324

C#
public string GraphIdentity { get; }

Original lines: 1182

Declaration hash: sha256:533ce955ab4d3ab83d88befa2d961fb5019375d5772f7b99d6ca15db645ef47b

C#
public string NodeId { get; }

Original lines: 1185

Declaration hash: sha256:b46df5b5e12c9292cd3a67063c87a7a17705c5dddf1f3e28cba2cc614b8703d5

C#
public string BindingId { get; }

Original lines: 1188

Declaration hash: sha256:4f3f04d9f854c75b77c45f210d78ab2682a1105af0b7b738222a1e5849902800

C#
public string TargetLabel { get; }

Original lines: 1191

Declaration hash: sha256:32ef3155bf039fc85d1fe39450a2fe85ab0c9ccde7918fc8e3f392d35b28d6fe

C#
public string MemberIdentity { get; }

Original lines: 1194

Declaration hash: sha256:2b652b041e2bdee897c2e351fb22375ce6a739f8628ec9f0322d9a6187263289

C#
public bool HasTargetEntity { get; }

Original lines: 1197

Declaration hash: sha256:387b16bd164320e7ed16e81fd2c53435f664539f13b5e40849b637d47c63490b

C#
public int TargetEntityIndex { get; }

Original lines: 1200

Declaration hash: sha256:521b56318979cefebe0f77168dcfd105c476b36601ecad311c8a5b5da6c8f3cf

C#
public int TargetEntityVersion { get; }

Original lines: 1203

Declaration hash: sha256:81c7cfb48d87ebd567710284f53d104b4ad203d33624536b3270054e39afbda4

C#
public int ObservedCount { get; }

Original lines: 1209

Declaration hash: sha256:c22bf1f8f63aeabf38914e589d38a04093208d1bc1e0f02004ddf5a646f48581

C#
public int ConsecutiveTickCount { get; }

Original lines: 1214

Declaration hash: sha256:6a6aaeada48f1937658afacbb395152732081a8ad7c488855d4fbd3130519067

C#
public string Code { get; }

Original lines: 1220-1255

Declaration hash: sha256:d06d54aa88110d6d41cf8d3af194a8dec698187856527afd582064af08182ce9

C#
public string DescribeConsoleRecord();

Original lines: 1273-1523

Declaration hash: sha256:c05669fb37471bdf8e709d034b22f6467b5dabb9bc87ebd7613d2abeeb5da659

C#
public sealed class BehaviorEntityMemberReadingStore
{
}

Method: BehaviorEntityMemberReadingStore(string worldIdentity, string graphIdentity, string[] nodeIds, string[] bindingIds, string[] targetLabels, string[] memberIdentities)

Section titled “Method: BehaviorEntityMemberReadingStore(string worldIdentity, string graphIdentity, string[] nodeIds, string[] bindingIds, string[] targetLabels, string[] memberIdentities)”

Original lines: 1299-1315

Declaration hash: sha256:1761af27eec68496d7dc41c2cc60614363ed2aab7d1cd166f071b7d62c1bb2f0

C#
public BehaviorEntityMemberReadingStore(string worldIdentity, string graphIdentity, string[] nodeIds, string[] bindingIds, string[] targetLabels, string[] memberIdentities);

Original lines: 1336

Declaration hash: sha256:bdbe5d52140c12bfa3ea6b7198a0b090f8408edf4626424693456095b4889ba1

C#
public int OpenOccurrenceCount { get; }

Original lines: 1344

Declaration hash: sha256:28b8b1069b31c47196558e1bc603f156e33e480b37095b07ecd66a3d22b2772f

C#
public IReadOnlyList<BehaviorEntityMemberReading> OpenedThisTick { get; }

Original lines: 1347-1351

Declaration hash: sha256:5938663d9bc84af2ec701e62e69972dd888f746aef79c53ea9da48c333ff2402

C#
public void BeginTick();

Method: Record(in BehaviorEntityMemberReadingRecord record)

Section titled “Method: Record(in BehaviorEntityMemberReadingRecord record)”

Original lines: 1358-1396

Declaration hash: sha256:bc9d0335ff5d29fd8faa9188fefa1cf24637a39c4468ece5157d1a4aff12e71f

C#
public void Record(in BehaviorEntityMemberReadingRecord record);

Original lines: 1403-1421

Declaration hash: sha256:8586c5ec477134a823814b5af82465759dfbb399e2f3b538f1b10cc2b14138b9

C#
public void EndTick();

Method: TryRead(int entityIndex, int entityVersion, int operationIndex, out BehaviorEntityMemberReading reading)

Section titled “Method: TryRead(int entityIndex, int entityVersion, int operationIndex, out BehaviorEntityMemberReading reading)”

Original lines: 1426-1440

Declaration hash: sha256:67b72c088305dccd55a762bbb4d4188687ab8fc9239e69cc9e86be9a6ee746b7

C#
public bool TryRead(int entityIndex, int entityVersion, int operationIndex, out BehaviorEntityMemberReading reading);

Original lines: 1443-1447

Declaration hash: sha256:8ab1ffcad8674d1cce58b3c69b04c598103a8217b51c18e1cb63a37436489761

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