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

BehaviorComponentAcquisition.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Member/BehaviorComponentAcquisition.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Editor/Member/BehaviorComponentAcquisition.cs

Source file hash: sha256:cccd5889402716bd711d2c415914583e50f2cd2eecc81fa1ddbbe9484612aa8b

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

Original lines: 27-194

Declaration hash: sha256:45e45e6408c0fba659af79192bb7d61b4ba9f23cc65e802afac41cde2a06a63c

C#
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]
public static class BehaviorComponentAcquisition
{
}

Original lines: 36-37

Declaration hash: sha256:faa0498614bff7c15cb3dd11b974404c56d691fba11ac4e2c86ab9669536d000

C#
public static bool IsCarrier(Type type);

Method: IsAcquisition(BehaviorSourceMemberBinding binding)

Section titled “Method: IsAcquisition(BehaviorSourceMemberBinding binding)”

Original lines: 44-66

Declaration hash: sha256:4ad00a9351faa250face3acd145c9514ad209889e274221391a7f0e7700a7b61

C#
public static bool IsAcquisition(BehaviorSourceMemberBinding binding);

Original lines: 73-74

Declaration hash: sha256:e318bcc3a8f71dc38cd757ad440b313d37d1034b812938cab118e9e8768285a5

C#
public static string DeriveNodeLabel(Type component);

Method: CreateArrivalBinding(BehaviorSourceDocument document, string nodeId, Type component)

Section titled “Method: CreateArrivalBinding(BehaviorSourceDocument document, string nodeId, Type component)”

Original lines: 84-132

Declaration hash: sha256:69199d8ca9d4f368a8af6713f5d6c943071d04c60b409360c246451c344b86cb

C#
public static BehaviorSourceMemberBinding CreateArrivalBinding(BehaviorSourceDocument document, string nodeId, Type component);
Full-size image