コード例 #1
0
        public static string dtd_d()
        {
#if UNITY_STANDALONE_OSX
            return(MacOSHelperNative.dtd_d());
#endif
            return(null);
        }
コード例 #2
0
        public static void dtd_j(string a)
        {
#if UNITY_STANDALONE_OSX
            MacOSHelperNative.dtd_j(a);
#endif
        }
コード例 #3
0
        public static void dtd_z()
        {
#if UNITY_STANDALONE_OSX
            MacOSHelperNative.dtd_z();
#endif
        }