[]
public static explicit operator Vector3(Vector2 value)
Public Shared Narrowing Operator CType(value As Vector2) As Vector3
| Type | Name | Description |
|---|---|---|
| Vector2 | value | The value. |
| Type | Description |
|---|---|
| Vector3 | The result of the conversion. |
public static explicit operator Vector4(Vector2 value)
Public Shared Narrowing Operator CType(value As Vector2) As Vector4
| Type | Name | Description |
|---|---|---|
| Vector2 | value | The value. |
| Type | Description |
|---|---|
| Vector4 | The result of the conversion. |