When I want to assign the properties of a canvas slot after instantiating it like this:
set Slot.Offsets = margin{Top:=0.0,Left:=0.0,Bottom:=100.0,Right:=100.0}
I get this error:
The assignment’s left hand expression type
margin
cannot be assigned to(3509)
What am I doing wrong? It seems like you can’t set canvas slots at all. But how are you supposed to move around canvas slots? I don’t think the devs would make the properties of canvas slot elements constant, right?
2 posts - 2 participants