提交 9a240071 编写于 作者: T tanghai

EventSystem.Get方法参数名改成InstanceId,防止大家误会

上级 8ae006e4
......@@ -191,10 +191,10 @@ namespace ETModel
this.allComponents.Remove(instanceId);
}
public Component Get(long id)
public Component Get(long instanceId)
{
Component component = null;
this.allComponents.TryGetValue(id, out component);
this.allComponents.TryGetValue(instanceId, out component);
return component;
}
......
{
"dependencies": {
"com.unity.assetbundlebrowser": "1.7.0",
"com.unity.package-manager-ui": "2.0.3",
"com.unity.package-manager-ui": "2.0.7",
"com.unity.textmeshpro": "1.3.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
......
......@@ -241,6 +241,7 @@ PlayerSettings:
tvOSManualSigningProvisioningProfileType: 0
appleEnableAutomaticSigning: 0
iOSRequireARKit: 0
iOSAutomaticallyDetectAndAddCapabilities: 1
appleEnableProMotion: 0
clonedFromGUID: 00000000000000000000000000000000
templatePackageId:
......
m_EditorVersion: 2018.3.6f1
m_EditorVersion: 2018.3.12f1
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册