void OnEnable()
 {
     FragmentSortedEffect.RegisterRenderer(this);
 }
 void OnDisable()
 {
     FragmentSortedEffect.DeregisterRenderer(this);
 }