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