A Vector3 structure can be created in several ways. Vector3 is a struct, and as such, will typically need to be instantiated before use.
Constructors
There are three built in constructors for instantiating a Vector3.
ConstructorResultnew Vector3()Creates a Vector3 structure with co-ordinates of...