Scales a vector by the given value.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Shared Function Multiply( _
   ByVal  As Vector2, _
   ByVal  As System.Single _
) As Vector2
             
        
            
            public static Vector2 Multiply( 
   Vector2 ,
   System.float 
)
             
        
             
        
            パラメータ
- value
 
- The vector to scale.
 - scale
 
- The amount by which to scale the vector.
 
            
            戻り値の型
The scaled vector.
 
            
            
            
            
            
            
            
            
            
            
            
            参照