Click or drag to resize
ConfigSetEngineLogEnabled Method
デバッグ用のログファイルの出力有無を設定します。(既定値:false)

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SetEngineLogEnabled(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean
true:出力する / false:出力しない
See Also