标题: unity虚拟视觉效果创建(四) [打印本页] 作者: 会飞的鱼 时间: 2012-6-11 15:01 标题: unity虚拟视觉效果创建(四) Let's finish Grapher2 by adding a Ripple function, which is a single sine wave emanating from the center of the grid. Here's the entire script.
using UnityEngine;
public class Grapher2 : MonoBehaviour {