Method MinComponent
MinComponent(Vector2)
Returns the smallest component of this vector.
Declaration
public static float MinComponent(this Vector2 vector)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2 | vector | The vector whose minimum component will be returned. |
Returns
| Type | Description |
|---|---|
| float | The minimum value. |