Summary
Adds 4 vertices to form a quad.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- MeshUtilities
Syntax
public static void PlaceQuadVertices(List<Vector3> vertices, Vector3 bottomLeft, Vector2 size)
Parameters
Name | Type | Description |
---|---|---|
vertices | List |
|
bottomLeft | Vector3 | |
size | Vector2 |
Return Value
Type | Description |
---|---|
void |