Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想加载一个资产,我能看到的唯一方法是
Context.Assets.Open();
我看不到不传递上下文就可以访问上下文的方法。我真的不想传出去
回答我自己的问题:
Application.Context.Assests.Open()
是我一直在寻找的。由于某种原因,我只是看不到它。