Creates new XLineSprite class instance using the specified vertices and color.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public XLineSprite( Vector3 start, Vector3 end, Color color ) |
Parameters
- start
- Type: Vector3
Line start.
- end
- Type: Vector3
Line end.
- color
- Type: System.Drawing..::.Color
Material color of the new primitive.