ArticulatedHandPose.FromJson(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserialize pose data from JSON format.
public:
void FromJson(System::String ^ json);
public void FromJson (string json);
member this.FromJson : string -> unit
Public Sub FromJson (json As String)
Parameters
- json
- String