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