Vertex Viewer SDK
    Preparing search index...

    Function fromJson

    • Parses a JSON string representation of a Vector3 and returns an object.

      Parameters

      • json: string

        A JSON string, either in the form [x,y,z] or {"x": 0, "y": 0, "z": 0}

      Returns Vector3.Vector3

      A parsed Vector3.