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# |
---|
public XFaceSprite( Vector3 a, Vector3 b, Vector3 c, Color color ) |
Parameters
- a
- Type: Vector3
First Vector3 vector.
- b
- Type: Vector3
Second Vector3 vector.
- c
- Type: Vector3
Third Vector3 vector.
- color
- Type: System.Drawing..::.Color
Material color of the new primitive.