Version: 2017.2
public static bool EditInput (string name, string deviceName, string serverUrl, int index, ClusterInputType type);

参数

name 输入条目的名称。它必须是唯一的。
deviceName 向 VRPN 服务器注册的设备名称。
serverUrl VRPN 服务器的网址。
index 输入条目的索引,如果不确定,请参考 vrpn.cfg。
type ClusterInputType 的类型如下。

描述

编辑通过 ClusterInput.AddInput 添加的输入条目。

此函数无法编辑在“Project Setting > Cluster Input”定义的持久输入条目。

另请参阅:ClusterInput.AddInput