blob: 3b6079d2f818f06d8651852c5998eb8852d2752e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
local Path = AsuraEngine.Asset.New("path")
function Path:Ctor()
end
-- ToAssetѶpathתΪ.assetļʽ
function Path.ToAsset(path)
local builder = AsuraEngine.AssetBuilder.Get()
end
return Path
|