public void SetSharedIndicesUV(pb_IntArray[] si) { _sharedIndicesUV = si; }
/** * Sets the internal sharedIndices cache. Also takes care of refreshing the uniqueIndices cache for you. */ public void SetSharedIndices(pb_IntArray[] si) { _sharedIndices = si; RefreshUniqueIndices(); }