Exemple #1
0
 static void ComponentSelector_onSelectionChanged(Graphics.GUI.Scene.ComponentSelector.CSComponentCopy current, 
     Graphics.GUI.Scene.ComponentSelector.CSComponentCopy last)
 {
     if (IsRunning)
         scripts.CallFunction("OnSelectedComponentChanged", current.GetFullPath());
 }