holopy3/Assets/SteamVR/InteractionSystem/Teleport/Scripts/IgnoreTeleportTrace.cs

18 lines
482 B
C#
Raw Normal View History

2020-12-10 14:25:12 +00:00
//======= Copyright (c) Valve Corporation, All rights reserved. ===============
//
// Purpose: Allows the teleport arc trace to pass through any colliders on this
// object
//
//=============================================================================
using UnityEngine;
using System.Collections;
namespace Valve.VR.InteractionSystem
{
//-------------------------------------------------------------------------
public class IgnoreTeleportTrace : MonoBehaviour
{
}
}