Click or drag to resize
XDL

XscModelBlendMode Property

모델의 색상 혼합 모드를 확인하거나 설정한다. 블렌드 모드인 경우, 모델의 텍스쳐, 물질 정보를 무시하고 단색으로 그린다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
public bool BlendMode {
	[HandleProcessCorruptedStateExceptionsAttribute]
	get;
	[HandleProcessCorruptedStateExceptionsAttribute]
	set;
 }

Property Value

Type: Boolean
See Also