13 lines
249 B
C#
13 lines
249 B
C#
|
using System;
|
||
|
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using UnityEngine;
|
||
|
using UnityEngine.XR.Interaction.Toolkit;
|
||
|
|
||
|
[Serializable]
|
||
|
[RequireComponent(typeof(XRSocketInteractor))]
|
||
|
public class PortalInteractor : MonoBehaviour
|
||
|
{
|
||
|
|
||
|
}
|