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