Click or drag to resize
XDL

XAircraftLoadModelForReloading Method

파일경로에서 비행체 모델을 로딩한다. BlendMode 설정에 따라 모델을 도시할 수 있도록 한다. 현재는 3DS 파일만을 지원한다.

Namespace:  Pixoneer.NXDL.NEQUIP
Assembly:  NXDLncw (in NXDLncw.dll) Version: 2.0.3.31
Syntax
C#
public bool LoadModelForReloading(
	string strFile
)

Parameters

strFile
Type: SystemString
모델 파일 경로.

Return Value

Type: Boolean
See Also