MeshExt.CreateQuad Method

Creates a quad mesh Mesh.

Namespace: UltimateXR.Extensions.Unity.Render
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public static Mesh CreateQuad(
	float size
)

Parameters

 

size
Type: System.Single
Quad size (total width and height)

Return Value

Type: Mesh
Quad Mesh

See Also

Reference

MeshExt Class
UltimateXR.Extensions.Unity.Render Namespace