mirror of
https://github.com/Cardidi/dotween-upm-fork.git
synced 2025-12-20 17:26:03 +08:00
16 lines
211 B
C#
16 lines
211 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
public class MaterialLerp : MonoBehaviour {
|
|
|
|
// Use this for initialization
|
|
void Start () {
|
|
|
|
}
|
|
|
|
// Update is called once per frame
|
|
void Update () {
|
|
|
|
}
|
|
}
|