private void OnPngChanged(object value) { var url = value.ToString(); CuiComponent.Png = url; m_Image.texture = ImageStorage.Get(url); }