Length2.FixedValue
FixedValue(Vector2)
Declaration
public static Length2 FixedValue(Vector2 value)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2 | value | The measurement of the length in units. |
Returns
| Type | Description |
|---|---|
| Length2 |
FixedValue(float, float)
Declaration
public static Length2 FixedValue(float x, float y)
Parameters
| Type | Name | Description |
|---|---|---|
| float | x | The measurement of the x-axis in units. |
| float | y | The measurement of the y-axis in units. |
Returns
| Type | Description |
|---|---|
| Length2 |