コード例 #1
0
        public void Step(int frames)
        {
            if (handle == Types.INVALID_HANDLE)
            {
                return;
            }

            HvrPlayerInterfaceAPI.Asset_Step(handle, frames);

            if (onStop != null)
            {
                onStop();
            }
        }