블로그
- New Cars So I've bought the convertible car. It was passed 4 years since I've driven that cars. Using for family car is S-class of Mer
- [영진전문대학 컴퓨터정보계열]유니티 실습 using UnityEngine; using System.Collections; public class CarController : MonoBehaviour { public GameObject car; public float moveSpeed = 0.1f; public Vector3 v3; // Use this for initialization void Start ()
- [영진전문대학 컴퓨터정보계열]유니티 과제 using UnityEngine; using System.Collections; public class Test : MonoBehaviour { public GameObject car