using System.Collections; using System.Collections.Generic; using UnityEngine; public class NewBehaviourScript : MonoBehaviour { //滚动速度 public float HorSpeed = 1.0f; public float VerSpeed = 1.0f; //Offset偏移量 //水平滚动Offset.y public float HorMin = 1.
学习源于官方文档 Gaze in Unity 笔记一部分是直接翻译官方文档,部分各人理解不一致的和一些比较浅显的保留英文原文 HoloLens 有三大输入系统,凝视点.手势和声音 ~ 本文主要记录凝视系统的学习笔记 ~ (四)Hololens Unity 开发之 凝视系统 一.概述 Gaze is the first input mechanism on HoloLens. It's the first "G" in Gaze, Gesture, and Voice input mod
学习源于官方文档 Gestures in Unity 笔记一部分是直接翻译官方文档,部分各人理解不一致的和一些比较浅显的保留英文原文 (五)Hololens Unity 开发之 手势识别 HoloLens 有三大输入系统,凝视点.手势和声音 ~ 本文主要记录手势识别的学习笔记 ~ 一.概述 Gestures are the second "G" in Gaze, Gesture, and Voice. Unity provides both low level access (raw