赞
踩
用代码实现摄像机简单的震动效果
using UnityEngine; using System.Collections; public class CameraShake : MonoBehaviour { private bool shaking = false;