<fix> 로봇 Grab하는 동안 생긴 버그 해결, 놓으면 바로 멈추도록 변경, 프로그램 재생 시에도 사운드 재생하도록 변경
This commit is contained in:
@@ -3,13 +3,8 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using UnityEngine;
|
||||
|
||||
// 인터페이스
|
||||
public interface IPathLineView
|
||||
{
|
||||
}
|
||||
|
||||
[RequireComponent(typeof(LineRenderer))]
|
||||
public class PathLineView : MonoBehaviour, IPathLineView
|
||||
public class PathLineView : MonoBehaviour
|
||||
{
|
||||
private LineRenderer lineRenderer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user