Skip to content

Instantly share code, notes, and snippets.

@hvc-neoria
hvc-neoria / StageObjectRotator.cs
Created January 2, 2018 08:23
iTweenとDOTweenによるループアニメーションの比較
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using DG.Tweening;
public class StageObjectRotator : MonoBehaviour
{
[SerializeField] float duration = 0.1f, interval = 0.9f;
Transform myTrans;