BehaviorComponentAcquisition.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Member/BehaviorComponentAcquisition.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorComponentAcquisition
Section titled “Type: BehaviorComponentAcquisition”Original lines: 27-194
Declaration hash: sha256:45e45e6408c0fba659af79192bb7d61b4ba9f23cc65e802afac41cde2a06a63c
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]public static class BehaviorComponentAcquisition{}Method: IsCarrier(Type type)
Section titled “Method: IsCarrier(Type type)”Original lines: 36-37
Declaration hash: sha256:faa0498614bff7c15cb3dd11b974404c56d691fba11ac4e2c86ab9669536d000
public static bool IsCarrier(Type type);Method: IsAcquisition(BehaviorSourceMemberBinding binding)
Section titled “Method: IsAcquisition(BehaviorSourceMemberBinding binding)”Original lines: 44-66
Declaration hash: sha256:4ad00a9351faa250face3acd145c9514ad209889e274221391a7f0e7700a7b61
public static bool IsAcquisition(BehaviorSourceMemberBinding binding);Method: DeriveNodeLabel(Type component)
Section titled “Method: DeriveNodeLabel(Type component)”Original lines: 73-74
Declaration hash: sha256:e318bcc3a8f71dc38cd757ad440b313d37d1034b812938cab118e9e8768285a5
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
public static BehaviorSourceMemberBinding CreateArrivalBinding(BehaviorSourceDocument document, string nodeId, Type component);