Removed

Application.webSecurityEnabled

切换到手册
Obsolete public static bool webSecurityEnabled ;

描述

指示是否已启用 Unity 的 WebPlayer 安全模型。

在 WebPlayer 中,该属性将始终返回 true。 在 Unity Editor 中,如果已启用 Web 安全性模拟 (Menu->Edit->Project Settings->Editor),则返回 true;如果已禁用模拟,则返回 false。 在所有其他平台上,该属性将返回 false;

此属性为只读。可以使用 EditorSettings.webSecurityEmulationEnabled 在编辑器环境中对该设置进行设定。

注意:5.4.0 及更高版本不支持 Web 播放器。