Api Sandbox Vertex
struct

Vertex

public sealed struct Vertex

Constructors

Vertex(Vector3 position)
Vertex(Vector3 position, Color32 color)
Vertex(Vector3 position, Vector4 texCoord0, Color32 color)
Vertex(Vector3 position, Vector3 normal, Vector3 tangent, Vector4 texCoord0)

Fields

Name Type Description
Position Vector3
Color Color32
Normal Vector3
TexCoord0 Vector4
TexCoord1 Vector4
Tangent Vector4
Layout static VertexAttribute[]
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.Vertex