IMHOTEP Framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
IgnoreTeleportTrace.cs
1 //======= Copyright (c) Valve Corporation, All rights reserved. ===============
2 //
3 // Purpose: Allows the teleport arc trace to pass through any colliders on this
4 // object
5 //
6 //=============================================================================
7 
8 using UnityEngine;
9 using System.Collections;
10 
11 namespace Valve.VR.InteractionSystem
12 {
13  //-------------------------------------------------------------------------
14  public class IgnoreTeleportTrace : MonoBehaviour
15  {
16  }
17 }