Internet Explorer 9,以及更早的版本, 不支持 @keyframe 规则或 animation 属性. Internet Explorer 10.Firefox 以及 Opera 支持 @keyframes 规则和 animation 属性 Chrome和Safari需要前缀-webkit- @keyframes(关键帧) animation 使用规则,Name must,duration must Animation turn 顺序 animation 所有动画简写,除…
在脚本中定义的类成员,如果是公共的话,在脚本与游戏对象绑定之后,是可以在Inspector中编辑的,例如下面这个脚本: using UnityEngine; using System.Collections; public class ScreenInfo : MonoBehaviour { public int screenWidth; public int screenHeight; // Use this for initialization void Start () { } // Up…