public void Update(float absoluteTime)
        {
            if (handle == Types.INVALID_HANDLE)
            {
                return;
            }

            HvrPlayerInterfaceAPI.Asset_Update(handle, absoluteTime);
        }