Screen controller members¶
IScreenController CreateScreenController(VastPark.Imml.Proxy.ImmlElement proxy, int materialGroupId);¶
Returns- an IScreenController.
'proxy'- an element that the screen controller will target.
'materialGroupId' - the material group of the target element that the screen controller will target.
void RemoveScreenController(IScreenController controller, bool local);¶
Description- removes the screen controller from the plugin.
'local' - if 'true', will only remove the local copy. If 'false', will remove from all users.
void ClearScreenController(string name, int matGroupId);¶
Description- clears media from the screen controller with matching target element 'name' and matching target material group id 'matGroupId'.
'name'- the name of the target element to clear.
'matGroupId'- the target material group id to clear.