Creates new XPrimitiveSprite class instance using the specified vertices and color.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
protected XPrimitiveSprite( Vector3[] vertices, Color color ) |
Parameters
- vertices
- Type: array<
Vector3
>[]()[]
Vertices of the new primitive.
- color
- Type: System.Drawing..::.Color
Material color of the new primitive.