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
HideOnHandFocusLost.cs
1
//======= Copyright (c) Valve Corporation, All rights reserved. ===============
2
//
3
// Purpose: Sets this GameObject as inactive when it loses focus from the hand
4
//
5
//=============================================================================
6
7
using
UnityEngine;
8
using
System.Collections;
9
10
namespace
Valve.VR.InteractionSystem
11
{
12
//-------------------------------------------------------------------------
13
public
class
HideOnHandFocusLost
: MonoBehaviour
14
{
15
//-------------------------------------------------
16
private
void
OnHandFocusLost(
Hand
hand )
17
{
18
gameObject.SetActive( false );
19
}
20
}
21
}
Valve.VR.InteractionSystem.Hand
Definition:
Hand.cs:19
Valve.VR.InteractionSystem.HideOnHandFocusLost
Definition:
HideOnHandFocusLost.cs:13
Generated by
1.8.6