From 15740faf9fe9fe4be08965098bbf2947e096aeeb Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 14 Aug 2019 22:50:43 +0800 Subject: +Unity Runtime code --- Runtime/Export/WP8/WindowsPhone.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Runtime/Export/WP8/WindowsPhone.txt (limited to 'Runtime/Export/WP8') diff --git a/Runtime/Export/WP8/WindowsPhone.txt b/Runtime/Export/WP8/WindowsPhone.txt new file mode 100644 index 0000000..cf0ea9b --- /dev/null +++ b/Runtime/Export/WP8/WindowsPhone.txt @@ -0,0 +1,32 @@ +CSRAW +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using UnityEngineInternal; + +namespace UnityEngine.WindowsPhone +{ +CONDITIONAL UNITY_WP8_API +CLASS Media + + CSRAW public enum MediaState + { + Stopped, + Playing, + Paused + } + + /// BE CAREFUL WHEN CHANGING THIS. It's rewritten in DLL postprocessing, so any changes you make here will be overwritten + CSRAW public static MediaState mediaPlayerState + { + get + { + return (MediaState)0; + } + } + +CSRAW +END + +CSRAW +} -- cgit v1.1-26-g67d0