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