블로그
- [고3] 2026년 6월 시행 모의고사 - 고3 영어 34번 / 미술품 수집가가 작품을 구매하는 행위 -> 미래에 그 작품의 가치가 높을 것이라는 믿음의 행위 Acquiring a work is acquiring a piece of art history, or it is acquiring nothing (beyond, that is, an object of personal enjoyment in the same class as a cat or a souvenir).
- Unity - 스크립트 : 에디터 확장(기즈모와 핸들) ActorRotator.cs 수정 using UnityEngine; using System.Collections; public class ActorRotator : MonoBehaviour // Update is called once per frame void Update () { gameObject.transform.RotateAround(ce.......