Interhaptics SDK for Unity 1.6
Loading...
Searching...
No Matches
Interhaptics.Platforms.Mobile.Tools.MetaData Class Reference

Public Member Functions

string ToJson ()
 

Public Attributes

string Project = ""
 
string Created = ""
 

Detailed Description

Definition at line 264 of file iOSUtilities.cs.

Member Function Documentation

◆ ToJson()

string Interhaptics.Platforms.Mobile.Tools.MetaData.ToJson ( )

Definition at line 269 of file iOSUtilities.cs.

270 {
271 return "\"Metadata\": {" +
272 "\"Project\": \"" + Project + "\"," +
273 "\"Created\": \"" + Created + "\"" +
274 "},";
275 }

Referenced by Interhaptics.Platforms.Mobile.Tools.AHAP.ToJson().

Member Data Documentation

◆ Created

string Interhaptics.Platforms.Mobile.Tools.MetaData.Created = ""

Definition at line 267 of file iOSUtilities.cs.

◆ Project

string Interhaptics.Platforms.Mobile.Tools.MetaData.Project = ""

Definition at line 266 of file iOSUtilities.cs.


The documentation for this class was generated from the following file: