I like to update the size of the clipping of a UIPanel.
UIPanel thispennel = GetComponent<UIPanel>();
thispennel.clipRange.Set(thispennel.clipRange.x,thispennel.clipRange.y,thispennel.clipRange.z,(thispennel.clipRange.z/ 320) *Screen.currentResolution.height);
This does not have any effect.
Is there anyting that have to benn done after setting this?
Ps: This is called in the start routine of a script.