Enum Mesh.PrimitiveType
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Mesh.PrimitiveType : long
Fields
LineStrip = 2Render array as line strip.
Lines = 1Render array as lines (every two vertices a line is created).
Points = 0Render array as points (one vertex equals one point).
TriangleStrip = 4Render array as triangle strips.
Triangles = 3Render array as triangles (every three vertices a triangle is created).