CodeDiary

CodeDiary

반응형
  • 분류 전체보기 (15)
    • 유니티 (3)
    • C# (8)
      • 잡 (0)
      • 연습문제 (1)
      • 기록 보관 (3)
    • Json (0)
    • Arduino (3)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

CodeDiary

컨텐츠 검색

태그

WIFI 연결안됨 물체 감지 유니티 C# 분기문 문자열 보간 유니티이동 SmoothDamp draw call atlas 오류 RayCast2D unity atlas 적용 안됨 esp32 오류 날짜변환 Lerp esp32 string보간 Raycast StringFormat

최근글

댓글

공지사항

  • 공지 03/24

아카이브

유니티이동(1)

  • [유니티]Lerp , SmoothDamp

    https://www.youtube.com/watch?v=_QOvSLCXm7A&t=331s 오늘 코딩님의 Lerp관련 영상을 보고서 원래 가지고 있던 궁금증이 풀리게 되었다 using System.Collections; using System.Collections.Generic; using UnityEngine; public class LerpSmoothDamp : MonoBehaviour { public Transform EndPos; // Update is called once per frame void Update() { transform.position = Vector3.Lerp(transform.position, EndPos.position, 10 * Time.deltaTime); } } 위 코..

    2023.03.01
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바