|
XscModelLoad Method
|
파일에서 모델을 로딩한다. FilePath만 설정하는 경우에는 Model이 Rendering하는 시점에 모델파일을 로딩한다.
모델 파일 로딩을 쓰레드로 처리하는 등에 활용할 수 있다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntaxpublic bool Load(
string filePath
)
Parameters
- filePath String
- 모델 파일 경로
Return Value
Boolean파일에서 모델 로딩을 완료하면 true를, 그렇지 않으면 false를 반환한다.
See Also