Table of Contents

Method AppendBundle

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

AppendBundle(string)

Appends a job for loading bundle from path , could be called multiple times.

public MaaJob AppendBundle(string path)

Parameters

path string

The bundle path.

Returns

MaaJob

A load bundle MaaFramework.Binding.MaaJob.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaResource.MaaResourcePostBundle(System.IntPtr,System.String).