Table of Contents

Method AppendPath

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

AppendPath(string)

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

public MaaJob AppendPath(string path)

Parameters

path string

The resource path.

Returns

MaaJob

A load resource MaaFramework.Binding.MaaJob.

Remarks

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