convert VB to C#
This commit is contained in:
9
Pilz.Simple3DFileParser/Model/UV.cs
Normal file
9
Pilz.Simple3DFileParser/Model/UV.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace Pilz.S3DFileParser
|
||||
{
|
||||
public class UV
|
||||
{
|
||||
public float U { get; set; } = 0f;
|
||||
public float V { get; set; } = 0f;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user