Click or drag to resize
XDL

XscCreateCastedXscObj Method (IntPtr)

기본 scene 객체 포인터에서 관리 객체로 변환한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
public static XscObj CreateCastedXscObj(
	IntPtr pObj
)

Parameters

pObj
Type: SystemIntPtr
기본 scene 객체의 포인터.

Return Value

Type: XscObj
대상 관리 scene 객체를 반환한다.
See Also