コード例 #1
0
        public void Start()
        {
            if (Networking.LocalPlayer == null)
            {
                gameObject.SetActive(false);
                return;
            }

            originalParent = transform.parent;

            cue = objPrimary.GetComponent <PoolCue>();
            OnDrop();
        }
コード例 #2
0
ファイル: PoolOtherHand.cs プロジェクト: NGenesis/vrcbce
 public void Start()
 {
     usPrimary = objPrimary.GetComponent <PoolCue>();
     OnDrop();
 }