mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
材质类型。
This commit is contained in:
parent
421d769753
commit
4fcd224f2c
17
ShadowEditor.Server/Material/MaterialType.cs
Normal file
17
ShadowEditor.Server/Material/MaterialType.cs
Normal file
@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ShadowEditor.Server.Material
|
||||
{
|
||||
/// <summary>
|
||||
/// 材质类型
|
||||
/// </summary>
|
||||
public enum MaterialType
|
||||
{
|
||||
unknown, // 未知类型
|
||||
|
||||
}
|
||||
}
|
||||
@ -120,6 +120,7 @@
|
||||
<Compile Include="Helpers\MongoHelper.cs" />
|
||||
<Compile Include="Helpers\PinYinHelper.cs" />
|
||||
<Compile Include="Helpers\ZipHelper.cs" />
|
||||
<Compile Include="Material\MaterialType.cs" />
|
||||
<Compile Include="Mesh\EditMeshModel.cs" />
|
||||
<Compile Include="Mesh\IMeshSaver.cs" />
|
||||
<Compile Include="Mesh\MeshInfo.cs" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user