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

BehaviorSourceAddressablesLoader.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:ebaa27b4049c2f8aa8bd6889c1c4d4dba3fe5f510af58fb81720885c9b640811

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

Original lines: 29-139

Declaration hash: sha256:011d7c82ca8e8af5381a06a3095127e1ba0c7f7c6287c4bca0c477c629c78779

C#
public static class BehaviorSourceAddressablesLoader
{
}

Method: LoadAndBakeAsync(AssetReferenceT<BehaviorSourceAsset> reference, BehaviorBakeOptions options)

Section titled “Method: LoadAndBakeAsync(AssetReferenceT<BehaviorSourceAsset> reference, BehaviorBakeOptions options)”

Original lines: 37-76

Declaration hash: sha256:5de2291ae0474bb5a8c6f5698a347719e24aa8506cce404a1fc3d6a24dfa1eb0

C#
public static async Task<BehaviorLoadResult> LoadAndBakeAsync(AssetReferenceT<BehaviorSourceAsset> reference, BehaviorBakeOptions options = null);

Method: LoadAndBakeAsync(string addressableKey, BehaviorBakeOptions options)

Section titled “Method: LoadAndBakeAsync(string addressableKey, BehaviorBakeOptions options)”

Original lines: 82-107

Declaration hash: sha256:14b9ef4168b51d329dd7efaa6887161a0ae2c0f08a682cb9436498eca787ca4d

C#
public static async Task<BehaviorLoadResult> LoadAndBakeAsync(string addressableKey, BehaviorBakeOptions options = null);
Full-size image