实现卷轴效果的脚本

Posted 杨铭宇

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了实现卷轴效果的脚本相关的知识,希望对你有一定的参考价值。

技术分享
// Scroll main texture based on time
 
  var scrollSpeed = -0.5;
 
  // This must be set to override a bug where Render Order
 
  // of the tunnel objects is lost when SetTextureOffset is used
 
  var queue = 0;
 
  private var offset = 0.0;
 
  function Update ()
 
  {
 
  offset = Time.time * scrollSpeed;
 
  renderer.material.SetTextureOffset (“_MainTex”, Vector2(offset,0));
 
  renderer.material.renderQueue = queue;
 
  }

 
技术分享

以上是关于实现卷轴效果的脚本的主要内容,如果未能解决你的问题,请参考以下文章

83JS原生:圣旨卷轴展开效果

HTML5利用lufylegend实现游戏中的卷轴

代码片段:Shell脚本实现重复执行和多进程

上古卷轴5代码

;~ 小部分AutoHotkey源代码片段测试模板2019年10月9日.ahk

上古卷轴5空酒瓶代码