private void Update() { if (m_activeUpdate) { if (!_cachedTransform.Matching(transform)) { Set(); } } }