|
CameraSerializeToJson Method |
SerializeToJson serializes the specified camera into a json string.
The returned string starts with assembly qualified camera type name.
The serialized json can be converted to a camera by calling static
DeserializeJson(String) method.
Namespace: Ab4d.SharpEngine.CamerasAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public string SerializeToJson()
Return Value
Stringstring in json format that starts with the camera type name
Implements
ICameraSerializeToJsonSee Also