Example #1
0
        public static sub_tile_offset_type parse_sub_tile_offset_type(string name)
        {
            sub_tile_offset_type ret = (sub_tile_offset_type)c_csharp_runPINVOKE.parse_sub_tile_offset_type(name);

            if (c_csharp_runPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_runPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
        public static string to_string(sub_tile_offset_type value)
        {
            string ret = c_csharp_runPINVOKE.to_string__SWIG_12((int)value);

            return(ret);
        }