Initializes a new instance of the 
Vector3struct.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As Vector2, _
   ByVal  As System.Single _
)
             
        
            
            public Vector3( 
   Vector2 ,
   System.float 
)
             
        
             
        
            パラメータ
- value
 
- A vector containing the values with which to initialize the X and Y components.
 - z
 
- Initial value for the Z component of the vector.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照