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