Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 2468 c++
- 백준 1103번 게임
- Lv2
- 2870번 수학숙제
- Lv.3
- 2870번 c++
- 백준 17070번 c++
- Beakjoon
- 2870번
- 백준 1103번
- 프로그래머스
- 백준 17070번
- 코테
- 유니티
- c++
- 백준 1103번 c++
- 오브젝트 풀링
- 백준
- 백준 c++ 2870번
- 17070번
- 백준 2870번
- 백준 c++ 2468번
- dfs
- Unity
- C#
- 플레이어 이동
- Algorithm
- 코딩테스트
- 2870번 수학숙제 c++
- 수학숙제
Archives
- Today
- Total
목록camera (1)
주녘공부일지
[Unity3D] Camera
Camera 엔진 상의 Main Camera 오브젝트의 컴포넌트로 존재하는 class CameraController 에디터에서 설정한 _player 오브젝트를 카메라가 따라가게 만드는 로직 using System.Collections; using System.Collections.Generic; using UnityEngine; public class CameraController : MonoBehaviour { [SerializeField] Define.CameraMode _mode = Define.CameraMode.QuaterView; [SerializeField] Vector3 _delta = new Vector3(0f, 6f, -5f); // 초기값 [SerializeField] GameObje..
GameDevelopment/[Unity] Class, Pattern
2022. 3. 1. 19:01