`timescale 1ns/1psmodule VGA_Driver #(parameter IMAGE_X = 1056, IMAGE_Y = 628, H_FRONT = 40, H...
分类:
其他好文 时间:
2014-08-24 11:36:22
阅读次数:
263
1.Warning: An incorrect timescale is selected for the Verilog Output (.VO) file of this PLL design. It's required that the timescale should be 1 ps wh...
分类:
其他好文 时间:
2014-07-23 11:56:06
阅读次数:
430
Time类掌控了Unity3D游戏世界的时间,通过它可以带着你的各种游戏对象去做时间旅行。Time.TimeScaleTime.FixedDeltaTimeTime.fixedDeltaTime=0.02*Time.timeScale;
分类:
其他好文 时间:
2014-07-22 14:56:45
阅读次数:
212
很多时候,应用程序或者是游戏需要用上暂停功能,unity提供了不少便捷的方式,列在下面:
1、在editor中,按下pause按钮即可暂停
2、如果在代码中控制,可以通过设置Time.timeScale = 0来实现暂停。
3、如果你通过Time.timeScale = 0设置了暂停,但是你在某些地方还需要有动画之类的,那么可以在实现动画的地方用上Time.realtimeSince...
分类:
其他好文 时间:
2014-06-05 04:33:36
阅读次数:
210