LOD Group: Access Distance to Camera

I would like to be able to create an addon script for the Unity LODGroup script and be able to access the LODGroups distance to camera value (100%-0%) so that I can change things based on this value and sync up effects.

Does anyone know how to access that value? Is it even possible?

Thank you

Hello!
I am facing the exact same problem as Haagndaaz, I need to access the LODGroup distance value.
Does anyone have more news about that? Will this info be accessible in future release?

Or maybe someone knows the method used by Unity, so that we can recompute it and have the same distance?

Thank you!

It looks like the calculation is done in C++ part on unity and is not exposed in any way(not even private in the UnityEngine.dll).