コード例 #1
0
        void OnValidate()
        {
            ReflectionSystem.UnregisterProbe(this);

            if (isActiveAndEnabled)
            {
                ReflectionSystem.RegisterProbe(this);
            }
        }
コード例 #2
0
 void OnDisable()
 {
     ReflectionSystem.UnregisterProbe(this);
 }