blob: 1fc9b3a032e8a139f2ca35d9923ed651e88245d3 (
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
|