Click or drag to resize
Ab4d.SharpEngine logo

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.Cameras
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public static ICamera DeserializeJson(
	string jsonString
)

Parameters

jsonString  String
string in json format that starts with the camera type name

Return Value

ICamera
camera instance
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Cameras.Camera.DeserializeJson(System.String)"]

See Also