Table of Contents

Constructor MaaToolkit

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

MaaToolkit(bool, string, string)

Creates a MaaFramework.Binding.MaaToolkit instance.

public MaaToolkit(bool init = false, string userPath = "CurrentDirectory", string defaultJson = "{}")

Parameters

init bool

Whether invokes the MaaFramework.Binding.IMaaToolkitConfig.InitOption(System.String,System.String).

userPath string

The user path. Default is System.Environment.CurrentDirectory.

defaultJson string

The default config. Default is an empty json.