Update DebugX.base.cs

This commit is contained in:
DCFApixels 2025-04-08 19:14:57 +08:00
parent 587500061e
commit c6e1acc697

View File

@ -43,7 +43,7 @@ namespace DCFApixels
//}
#endregion
#region Mesh //TODO потестить
#region Mesh
[IN(LINE)]
public DrawHandler Mesh<TMat>(Mesh mesh, Vector3 position, Quaternion rotation, Vector3 size)
where TMat : struct, IStaticMaterial