public override uint gather(TimeCache cache, ulong time_, ref string error_str) { if (!cache.getData(time_, ref st, ref error_str)) { return(0); } return(st.frame_id); }
public override uint gather(TimeCache cache, ulong time_, ref string error_str) { if (!cache.getData(time_, ref st, ref error_str)) return 0; return st.frame_id; }