移除配置
This commit is contained in:
@@ -53,6 +53,11 @@ namespace NBF
|
||||
_renderImage.LoadModel(itemConfig.GetModelPath(), null);
|
||||
}
|
||||
|
||||
public void UnloadModel()
|
||||
{
|
||||
_renderImage.UnloadModel();
|
||||
}
|
||||
|
||||
#region 用户输入操作(滑动,拖动等)
|
||||
|
||||
private bool _focus;
|
||||
|
||||
Reference in New Issue
Block a user