コード例 #1
0
        public float GetDuration()
        {
            if (handle == Types.INVALID_HANDLE)
            {
                return(0);
            }

            return(HvrPlayerInterfaceAPI.Asset_GetDuration(handle));
        }