Click or drag to resize

MCUtilitiesCornerPoints Method (Bounds)

The extension method, which gets corner points of a bounds.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[NotNullAttribute]
public static Vector3[] CornerPoints(
	this Bounds bounds
)

Parameters

bounds
Type: Bounds
The bounds.

Return Value

Type: Vector3
Corner points of bounds.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Bounds. 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