12 lines
368 B
C#

//======= Copyright (c) Valve Corporation, All rights reserved. ===============
//
// Purpose: A linear mapping value that is used by other components
//
//=============================================================================
using UnityEngine;
//using UnityEngine.XR.Interaction.Toolkit;
public class LinearMapping : MonoBehaviour
{
public float value;
}