Click or drag to resize
XDL

NXMilmapLayerCompositesSetShaderAlgorithm Method

쉐이더 알고리즘 코드를 설정한다.

Namespace: Pixoneer.NXDL.NXMilmap
Assembly: NXMilmap (in NXMilmap.dll) Version: 3.0.0.0
Syntax
C#
public bool SetShaderAlgorithm(
	string strCode
)

Parameters

strCode  String
쉐이더 코드.

Return Value

Boolean
설정되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also