Click or drag to resize
XDL

XSceneLoadScene Method

Scene 객체를 파일로부터 불러온다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
public static XScene LoadScene(
	string strOpenFile
)

Parameters

strOpenFile
Type: SystemString
파일의 경로, 확장자 : *.smz, *.sml.

Return Value

Type: XScene
성공이면 새로운 Scene 객체를 반환하고 실패하면 null 객체를 반환한다.
See Also