ScriptableObject
介绍
[CreateAssetMenu(menuName = "MyScriptableObj/Item")]
public class Item : ScriptableObject
{
public string Name;
}最后更新于
[CreateAssetMenu(menuName = "MyScriptableObj/Item")]
public class Item : ScriptableObject
{
public string Name;
}最后更新于