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