Skip to content

Cannot implicity convert type 'void' to 'Stride.Core.Mathematics.Vector3' #1374

Discussion options

You must be logged in to vote

This is not an issue specific to stride, did you take a look on google, there are loads of resources online for it.
That function returns void, aka nothing. You're trying to assign nothing to test, you can't assign nothing to something.
Rotate rotates the vector you pass in since it's passed as ref.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JustAnotherGameDevWasTaken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants