AcTools.Render.Base.Structs.InputLayouts.VerticePC.VerticePC C# (CSharp) Method

VerticePC() public method

public VerticePC ( Vector3 p, Vector4 c ) : System.Runtime.InteropServices
p Vector3
c Vector4
return System.Runtime.InteropServices
            public VerticePC(Vector3 p, Vector4 c) {
                Position = p;
                Color = c;
            }
InputLayouts.VerticePC