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

SubgraphReference.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Nodes/Subgraph/SubgraphReference.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Runtime/Nodes/Subgraph/SubgraphReference.cs

Source file hash: sha256:95c815fae5cc34ce7f772eaf955881b61d5a59e0c3bbe86c2419a26776eb1810

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

Original lines: 27-36

Declaration hash: sha256:dc397b4d2a0d3bf9bce634a85e49da2c086a01dd9a97e9e7168f800ec6173dd8

C#
public static class SubgraphReferenceConstants
{
}

Original lines: 32-33

Declaration hash: sha256:07482374aede67018434c4c84b5c9d74d3748add894794d7fe2b875898a654a7

C#
public const string NodeKindToken = global::BitQuirky.Behavior.Nodes.BehaviorNodeKindTokens.Subgraph;

Original lines: 35

Declaration hash: sha256:529701cc483d148952334208b665260f7158b19014729060b591ef3d97fed601

C#
public const BakedNodeKind Kind = BakedNodeKind.SubgraphReference;

Original lines: 57-78

Declaration hash: sha256:0db9e31e7745771e88fcaab50efcaae3abb209373125e11792c54a88c2398d3a

C#
public struct SubgraphReference
{
}

Original lines: 62

Declaration hash: sha256:542a4068a09a5ae7cfe03917460cab2779900c6318383ad44eee70e4227043af

C#
public int OwningNodeIndex;

Original lines: 67

Declaration hash: sha256:d18f453d12ceb17097427b9d5e7bcddd7a3b396b1bb6f620548277821dcea2cc

C#
public int AddressInternedIndex;

Method: From(BakedSubgraphReference baked)

Section titled “Method: From(BakedSubgraphReference baked)”

Original lines: 73-77

Declaration hash: sha256:aa4af99f18b965cb810881028fe292798f3d1a28f89da1a2ced6b77fde0d83a0

C#
public static SubgraphReference From(BakedSubgraphReference baked);
Full-size image