BehaviorSourceAddressablesLoader.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Authoring/Addressables/BehaviorSourceAddressablesLoader.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorSourceAddressablesLoader
Section titled “Type: BehaviorSourceAddressablesLoader”Original lines: 29-139
Declaration hash: sha256:011d7c82ca8e8af5381a06a3095127e1ba0c7f7c6287c4bca0c477c629c78779
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
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
public static async Task<BehaviorLoadResult> LoadAndBakeAsync(string addressableKey, BehaviorBakeOptions options = null);