public Vector3( float x, float y, float z, string type )
Public Sub New ( _ x As Single, _ y As Single, _ z As Single, _ type As String _ )
public: Vector3( float^ x, float^ y, float^ z, String^ type )