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