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

18 lines
482 B
C#
Raw Normal View History

2020-04-29 19:40:05 +02: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
{
}
}