Enum LineType
Defines the line composition types.
Namespace: Evergine.Components.Primitives
Assembly: Evergine.Components.dll
Syntax
public enum LineType
Fields
Name | Description |
---|---|
LineList | A line list is a list of isolated straight line segments |
LineStrip | A line strip is a primitive that is composed of connected line segments. |