Click or drag to resize
AkResourcePathGetModelFile Method
获取应用 .mdl 模型文件。

Namespace: Appkit.IO
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string GetModelFile(
	string appId
)

Parameters

appId
Type: SystemString
应用标识。

Return Value

Type: String
文件路径。
See Also