Definition at line 326 of file iOSUtilities.cs.
◆ ToJson()
override string Interhaptics.Platforms.Mobile.Tools.ParameterCurve.ToJson |
( |
| ) |
|
Definition at line 329 of file iOSUtilities.cs.
330 {
331 string json = "";
332
333 string pccp = "\"ParameterCurveControlPoints\": [";
334
336 {
338 {
339 if (i > 0)
340 {
341 pccp += ", ";
342 }
343
344 pccp += "{" + "" +
347 "}";
348 }
349 }
350 pccp += "]";
351
352 json += "{" +
353 "\"ParameterCurve\": {" +
354 "\"ParameterID\": \"" +
parameterID.ToString() +
"\"," +
355 "\"Time\": " +
Time +
"," +
356 pccp +
357 "}" +
358 "}";
359
360 return json;
361 }
◆ parameterCurveControlPoints
◆ parameterID
◆ Time
double Interhaptics.Platforms.Mobile.Tools.ParameterCurve.Time = 0 |
The documentation for this class was generated from the following file:
- C:/Interhaptics/sdk_unity/Interhaptics/Runtime/Platforms/Mobile/Tools/iOSUtilities.cs