BehaviorSourceTypeForwarding.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Authoring/BehaviorSourceTypeForwarding.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorSourceTypeForwarding
Section titled “Type: BehaviorSourceTypeForwarding”Original lines: 23-91
Declaration hash: sha256:3f060e85bd221769565a83788f5ce719ef573eaa75cae0373cf79e2f2148205f
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
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
public static BehaviorSourceTypeIdentity Normalize(BehaviorSourceTypeIdentity identity);