IMHOTEP Framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Properties
Pages
Assets
ThirdParty
SteamVR
InteractionSystem
Core
Scripts
IgnoreHovering.cs
1
//======= Copyright (c) Valve Corporation, All rights reserved. ===============
2
//
3
// Purpose: Makes this object ignore any hovering by the hands
4
//
5
//=============================================================================
6
7
using
UnityEngine;
8
9
namespace
Valve.VR.InteractionSystem
10
{
11
//-------------------------------------------------------------------------
12
public
class
IgnoreHovering
: MonoBehaviour
13
{
14
[Tooltip(
"If Hand is not null, only ignore the specified hand"
)]
15
public
Hand
onlyIgnoreHand = null;
16
}
17
}
Valve.VR.InteractionSystem.Hand
Definition:
Hand.cs:19
Valve.VR.InteractionSystem.IgnoreHovering
Definition:
IgnoreHovering.cs:12
Generated by
1.8.6