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

VerticePT() public method

public VerticePT ( Vector3 p, Vector2 t ) : System.Runtime.InteropServices
p Vector3
t Vector2
return System.Runtime.InteropServices
            public VerticePT(Vector3 p, Vector2 t) {
                Position = p;
                Tex = t;
            }
InputLayouts.VerticePT