Table of Contents

Class MaaOptionExtensions

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

A static class providing extension methods for setting maa option.

public static class MaaOptionExtensions

Inheritance

Inherited Members

Methods

SetOption_DebugMode(IMaaOption<GlobalOption>?, bool)

Sets value to an option.

SetOption_InferenceDevice(IMaaOption<ResourceOption>?, InferenceDevice)

Sets value to an option.

SetOption_InferenceDevice(IMaaOption<ResourceOption>?, int)

Sets value to an option.

SetOption_InferenceExecutionProvider(IMaaOption<ResourceOption>?, InferenceExecutionProvider)

Sets value to an option.

SetOption_LogDir(IMaaOption<GlobalOption>?, string)

Sets value to an option.

SetOption_Recording(IMaaOption<ControllerOption>?, bool)

Sets value to an option.

SetOption_Recording(IMaaOption<GlobalOption>?, bool)

Sets value to an option.

SetOption_SaveDraw(IMaaOption<GlobalOption>?, bool)

Sets value to an option.

SetOption_ScreenshotTargetLongSide(IMaaOption<ControllerOption>?, int)

Sets value to an option.

SetOption_ScreenshotTargetShortSide(IMaaOption<ControllerOption>?, int)

Sets value to an option.

SetOption_ScreenshotUseRawSize(IMaaOption<ControllerOption>?, bool)

Sets value to an option.

SetOption_ShowHitDraw(IMaaOption<GlobalOption>?, bool)

Sets value to an option.

SetOption_StdoutLevel(IMaaOption<GlobalOption>?, LoggingLevel)

Sets value to an option.