AcTools.Render.Base.Structs.InputLayouts.VerticePNT.VerticePNT C# (CSharp) Метод

VerticePNT() публичный Метод

public VerticePNT ( Vector3 p, Vector3 n, Vector2 t ) : System.Runtime.InteropServices
p Vector3
n Vector3
t Vector2
Результат System.Runtime.InteropServices
            public VerticePNT(Vector3 p, Vector3 n, Vector2 t) {
                Position = p;
                Normal = n;
                Tex = t;
            }
InputLayouts.VerticePNT