예제 #1
0
 internal void OnInspectorUpdate()
 {
     if (m_LightTable != null)
     {
         m_LightTable.OnInspectorUpdate();
     }
 }
예제 #2
0
 public void OnInspectorUpdate()
 {
     if (m_LightTable != null)
     {
         m_LightTable.OnInspectorUpdate();
     }
 }