2using System.Runtime.CompilerServices;
 
    3using System.Runtime.InteropServices;
 
   23                INTERNAL_get_size(out 
Vector3 value);
 
   28                INTERNAL_set_size(ref value);
 
   34        [MethodImpl(MethodImplOptions.InternalCall)]
 
   35        private extern void INTERNAL_get_size(out 
Vector3 value);
 
   37        [MethodImpl(MethodImplOptions.InternalCall)]
 
   38        private extern void INTERNAL_set_size(ref 
Vector3 value);
 
Vector3 size
Get or set the size of the box