コード例 #1
0
 private void SetEditorPrefs()
 {
     EditorPrefs.SetInt("UrdfImporterProtocol", protocolType.GetHashCode());
     EditorPrefs.SetString("UrdfImporterAddress", address);
     EditorPrefs.SetString("UrdfImporterAssetPath", assetPath);
     EditorPrefs.SetInt("UrdfImporterTimeout", timeout);
 }
コード例 #2
0
 private void SetEditorPrefs()
 {
     EditorPrefs.SetInt("UrdfPublisherProtocolNumber", protocolType.GetHashCode());
     EditorPrefs.SetString("UrdfPublisherServerUrl", serverUrl);
     EditorPrefs.SetString("UrdfPublisherUrdfPath", urdfPath);
     EditorPrefs.SetString("UrdfPublisherRosPackage", rosPackage);
     EditorPrefs.SetInt("UrdfPublisherTimeout", timeout);
 }