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

BehaviorSourceTypeForwarding.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Authoring/BehaviorSourceTypeForwarding.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Runtime/Authoring/BehaviorSourceTypeForwarding.cs

Source file hash: sha256:e58ae881675b5e2fbaff36e29c8942d4526442ef14049309119c47fec1bdb68d

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

Original lines: 23-91

Declaration hash: sha256:3f060e85bd221769565a83788f5ce719ef573eaa75cae0373cf79e2f2148205f

C#
public static class BehaviorSourceTypeForwarding
{
}

Method: TryResolve(BehaviorSourceTypeIdentity identity, out Type type, out BehaviorSourceTypeIdentity definingIdentity)

Section titled “Method: TryResolve(BehaviorSourceTypeIdentity identity, out Type type, out BehaviorSourceTypeIdentity definingIdentity)”

Original lines: 32-60

Declaration hash: sha256:b2d180bda65a950ab400aca3ce8af89203ad61f951d28e1e7c76c01f0cfcfb63

C#
public static bool TryResolve(BehaviorSourceTypeIdentity identity, out Type type, out BehaviorSourceTypeIdentity definingIdentity);

Method: Normalize(BehaviorSourceTypeIdentity identity)

Section titled “Method: Normalize(BehaviorSourceTypeIdentity identity)”

Original lines: 67-72

Declaration hash: sha256:8405bece09363f58c6b76100d821ef1bef7386dc193a5a3e20619629d542d946

C#
public static BehaviorSourceTypeIdentity Normalize(BehaviorSourceTypeIdentity identity);
Full-size image