Click or drag to resize

DebugManager.SetLogOption Method

로그 옵션 설정

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.124 (2.8.25.124)
Syntax
C#
public void SetLogOption(
	DebugManager.LogKind graphic,
	DebugManager.LogKind data
)

Parameters

graphic
Type: VIZCore3D.NET.Manager.DebugManager.LogKind
그래픽 코어 로그 레벨
data
Type: VIZCore3D.NET.Manager.DebugManager.LogKind
데이터 코어 로그 레벨
See Also