Reply To: Vector3 instantiation

Forum Archive Vector3 instantiation Reply To: Vector3 instantiation

#26773
Dennis Brown
Participant

    Ahhhh! Great to know those are structs, and makes a lot more sense.

    So if I’m understanding you correctly, the first use was the initializing of a new Vector3 struct with the positioning (hence the new), and when using the forward we were still referencing that same struct, and the reason there was no need to create a new struct?