 |
CameraDeserializeJson Method |
DeserializeJson deserialize the specified jsonString into a new instance of the camera.
The jsonString should be created by the
SerializeToJson method.
If it is created manually, then the jsonString must start with the full type name of the camera.
Namespace: Ab4d.SharpEngine.CamerasAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic static ICamera DeserializeJson(
string jsonString
)
Parameters
- jsonString String
- string in json format that starts with the camera type name
Return Value
ICameracamera instance
See Also