è¾log
This commit is contained in:
parent
7b3bc79b15
commit
722d82ee61
@ -206,12 +206,12 @@ public class UniKeyboard : MonoBehaviour, IKeyboard
|
|||||||
UMAME.instance.mReplayWriter.NextFramebyFrameIdx((int)UMAME.instance.mUniVideoPlayer.mFrame, CurryInpuAllData);
|
UMAME.instance.mReplayWriter.NextFramebyFrameIdx((int)UMAME.instance.mUniVideoPlayer.mFrame, CurryInpuAllData);
|
||||||
|
|
||||||
#if UNITY_EDITOR
|
#if UNITY_EDITOR
|
||||||
string ShowKeyNames = string.Empty;
|
//string ShowKeyNames = string.Empty;
|
||||||
foreach (string keyname in GetInputpDataToMotionKey(CurryInpuAllData))
|
//foreach (string keyname in GetInputpDataToMotionKey(CurryInpuAllData))
|
||||||
{
|
//{
|
||||||
ShowKeyNames += keyname + " |";
|
// ShowKeyNames += keyname + " |";
|
||||||
}
|
//}
|
||||||
Debug.Log("GetPressedKeys=>" + ShowKeyNames);
|
//Debug.Log("GetPressedKeys=>" + ShowKeyNames);
|
||||||
#endif
|
#endif
|
||||||
return CurryInpuAllData;
|
return CurryInpuAllData;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user