Creates new XFaceBoxSprite class instance using the specified vertices and material.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public XFaceBoxSprite( Vector3[] vertices, XMaterial material ) |
Parameters
- vertices
- Type: array<
Vector3
>[]()[]
Vertices of the new primitive.
- material
- Type: SGP.XSpace..::.XMaterial
The XMaterial material used for primitive rendering.