Click or drag to resize

MeshUtilitiesGetUVSets Method

Gets an array of UV sets which stored in specified mesh.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
[NotNullAttribute]
public static Vector2[][] GetUVSets(
	[NotNullAttribute] this Mesh mesh
)

Parameters

mesh
Type: Mesh
The mesh.

Return Value

Type: Vector2
The array of UV sets.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Mesh. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also