<Unity> Configurable joint 사용하기
Configurable joint 사용하기 using UnityEngine;using System.Collections; public class link8_con : MonoBehaviour { // Use this for initializationvoid Start () { ConfigurableJoint joint7 = GetComponent(); joint7.anchor = new Vector3 (0, 0, 12.203f); joint7.axis = Vector3.forward; joint7.secondaryAxis = Vector3.right; joint7.xMotion = ConfigurableJointMotion.Locked; joint7.yMotion = ConfigurableJointMot..
Unity
2017. 1. 16. 20:52
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday