您的位置:首页 > 移动开发 > Unity3D

UnityAPI翻译——VRNode

2015-12-02 11:21 585 查看
最近开始搞虚拟现实了,先翻译了unity的官方的相关API,有错误的地方,希望大家多多指教。

VRNode

VR节点

enumeration
枚举

Description
描述

Enumeration of nodes which can be updated by VR input.
伴随VR输入更新的节点类型

Variables

LeftEye
左眼
Left Eye node.
左眼节点
RightEye
右眼
Right Eye node.
右眼节点
CenterEye
眼中心
Node between left and right eyes.
左眼和右眼中间的节点
Head

Head node.
头节点
VRNode.LeftEye

VR节点类型:左眼

Description
描述

Left Eye node.
左眼节点

VRNode.RightEye

VR节点类型:右眼

Description
描述

Right Eye node.
右眼节点

VRNode.CenterEye

VR节点类型:眼中间

Description
描述

Node between left and right eyes.
左右眼中间的节点

VRNode.Head

VR节点类型:头

Description
描述

Head node.
头节点
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: