Url Raw Image component
By using Url Raw Image, you can change the texture of the target Raw Image to the image of the specified Url.
property
property | function |
---|---|
Url | Specify the URL of the image acquisition destination. (Supported formats are PNG/JPEG.) |
WrapMode | Specify the Texture Wrap Mode of the texture to be set. |
RawImage | Specify Raw Image to reflect the image. The specified Raw Image must be attached to this GameObject. |
detail
Raw Image is automatically added when this component is attached.
For this component to work, Raw Image must be attached at the same level as the Url Raw Image component. there is.