|
XscModelBlendMode Property
|
모델의 색상 혼합 모드를 확인하거나 설정한다. 블렌드 모드인 경우, 모델의 텍스쳐, 물질 정보를 무시하고 단색으로 그린다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntaxpublic bool BlendMode {
[HandleProcessCorruptedStateExceptionsAttribute]
get;
[HandleProcessCorruptedStateExceptionsAttribute]
set;
}
Property Value
Boolean
See Also