1. Hi all!
    Is there are way to rotate GUI element? for example: i add image and i need to rotate it on 45 degree before show it to user
     
  2. I don't think there is a way to rotate a CUI element, currently. You could rotate it using an image editor beforehand.
     
  3. I know, but if i will rotate it in real time, i will need to change images very quickly, and all of them need time to be downloaded from urls each time..and its not an option
     
  4. Taken from: Cuihelper hide/update instead of remove | Oxide
     
  5. Ok, its very usufull. But can you please said what i need to fo next? So i then need to add file id to CuiRawImageComponent like on example below?
    Code:
    new CuiRawImageComponent
                            {
                                png = fileId,
                            }
     
  6. Exactly!