浏览代码

Update image_resolution.cs

/zgh-devtools
guanghuispark 4 年前
当前提交
ca1f10bf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      com.unity.uiwidgets/Runtime/painting/image_resolution.cs

1
com.unity.uiwidgets/Runtime/painting/image_resolution.cs


public class AssetImage : AssetBundleImageProvider, IEquatable<AssetImage> {
public AssetImage(string assetName,
AssetBundle bundle = null) {
D.assert(false,() => "AssetImage is currently not supported, you can use FileImage instead");
D.assert(assetName != null);
this.assetName = assetName;
this.bundle = bundle;

正在加载...
取消
保存