[]
public static explicit operator Vector3(Vector2 value)
| Type | Name | Description |
|---|---|---|
| Vector2 | value | The value. |
| Type | Description |
|---|---|
| Vector3 | The result of the conversion. |
public static explicit operator Vector4(Vector2 value)
| Type | Name | Description |
|---|---|---|
| Vector2 | value | The value. |
| Type | Description |
|---|---|
| Vector4 | The result of the conversion. |