API reference
API reference
Select your platform
No SDKs available
No versions available

SerializationHelpers Class

This class offers the enums used to configure the scene serialization and contains internal data structures, classes and utility methods used for serialization and deserialization.
MRUK.SaveSceneToJsonString(SerializationHelpers.CoordinateSystem, bool, System.Collections.Generic.List<MRUKRoom>) for more information on how to serialize and export the scene data and MRUK.LoadSceneFromJsonString(string) for more information on how to import the JSON scene data.

Member Enumerations

Enumeration CoordinateSystem

Defines the coordinate systems that can be used for to set the flavor of the scene data that is being imported or exported.
Possible options are:
  • CoordinateSystem.Unity Unity coordinate system.
  • CoordinateSystem.Unreal Unreal Engine coordinate system.
Unity
No description available
Unreal
No description available
Did you find this page helpful?
Thumbs up icon
Thumbs down icon