hi , how can find object in c++ and change their properties , for example i have a PointLight1 on viewport and i want to change its visible = false / true .
pseude code:
object mypointlight = findobjectByName("pointlight1");
mypointlight.visible = true;
i want to do this in visual studio 2013 editor , pls help , if i do this , i can do that another things this same way
how can we do these things : findObject that placed on viewport, change their properties ,
pseude code:
object mypointlight = findobjectByName("pointlight1");
mypointlight.visible = true;
i want to do this in visual studio 2013 editor , pls help , if i do this , i can do that another things this same way
how can we do these things : findObject that placed on viewport, change their properties ,
Comment