Scales a vector by the given value.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Shared Sub MultiplyRef( _
   ByRef  As Vector3, _
   ByRef  As Vector3, _
   ByVal  As System.Single _
) 
             
        
            
            public static void MultiplyRef( 
   out Vector3 ,
   ref Vector3 ,
   System.float 
)
             
        
             
        
            パラメータ
- result
 
- When the method completes, contains the scaled vector.
 - value
 
- The vector to scale.
 - scale
 
- The amount by which to scale the vector.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照