码迷,mamicode.com
首页 >  
搜索关键字:timescale    ( 64个结果
Unity3D之游戏暂停制作方法记录
在游戏开发中我们一般都需要涉及到一个功能:游戏暂停,但是这里指的暂停仅仅是核心模块的暂停,并不是整个游戏都暂停,比如一些UI和UI上的动画与特效是不能被暂停的,整个游戏都暂停了玩家该如何继续游戏呢。这里我们主要讨论Unity的游戏暂停实现。使用timeScale我们通过设定Time.timeScal...
分类:编程语言   时间:2015-12-07 20:39:50    阅读次数:196
UART.V
`timescale 1ns / 1ps // Documented Verilog UART // Copyright (C) 2010 Timothy Goddard (tim@goddard.net.nz) // Distributed under the MIT licence. // //...
分类:其他好文   时间:2015-11-04 14:51:48    阅读次数:209
UART.V (verilog)
`timescale 1ns / 1ps// Documented Verilog UART// Copyright (C) 2010 Timothy Goddard (tim@goddard.net.nz)// Distributed under the MIT licence.//// Perm...
分类:其他好文   时间:2015-11-03 12:00:19    阅读次数:199
指令集并行流水线CPU设计
ISE环境,verilog编写: `timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company:  // Engineer:  //  // Create Date:    15:04:43 07/02/...
分类:其他好文   时间:2015-07-31 13:03:36    阅读次数:118
【Unity游戏开发之一】Time.timeScale=0暂停游戏的情况下播放动画
前提条件:在项目中用过Time.timeScale = 0来实现游戏暂停 问题: 暂停游戏后,暂停界面的按钮可能需要播放一个idle时的动画,Time.timeScale=0 会影响动画播放。 受Time.timeScale影响的因素: 1.物理模拟. FixedUpdate - 当Time.timeScale=0时,FixedUpdate 函数不会被执行。 2.Corouti...
分类:编程语言   时间:2015-07-27 14:58:06    阅读次数:1018
How to pause the game in Uniy3D
static float timeScale; DescriptionThe scale at which the time is passing. This can be used for slow motion effects.When timeScale is 1.0 the time is ...
分类:其他好文   时间:2015-07-27 14:57:44    阅读次数:148
(转)Unity3D - 动作动画忽略timeScale
转自:http://blog.csdn.net/ynnmnm/article/details/46866347最近在调战斗时的动画与特效,Unity3D对加/减速提供了Time.timeScale支持。但是,timeScale提供的是全局的时间缩放,而我们有些动作或动画是不希望被timeScale加...
分类:编程语言   时间:2015-07-14 17:15:43    阅读次数:114
Unity3D - 动作动画忽略timeScale
Unity3D部分动作或动画忽略timeScale影响的方法。例如,《刀塔传奇》中放大招时,除了大招特效别的动作/动画都静止。...
分类:编程语言   时间:2015-07-13 20:45:41    阅读次数:239
傻瓜的SPI的通信
这两天一直在搞spi通信,我坚持没看任何参考例程,凭借自己的理解,闭门造车,编出来一段代码,实现spi功能,并仿真一小下。`timescale 1 ps/ 1 psmodule try(input clk,input rst,output [7:0]data);//reg f_clk;reg fla...
分类:其他好文   时间:2015-05-29 22:58:50    阅读次数:248
并串转换——FPGA子模块整理
刚写完磨人的的报告,写点verilog压压惊。造轮子是件好玩儿的事。不务正业,游手好闲……1.串并转换模块(1 to 8) 1 `timescale 1ns / 1ps 2 ///////////////////////////////////////////////////////////////...
分类:其他好文   时间:2015-04-15 00:47:29    阅读次数:351
64条   上一页 1 ... 3 4 5 6 7 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!