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