[ARKit] Update to Xcode 11 Beta 4 (#6608)

This commit is contained in:
Alex Soto 2019-07-18 12:23:51 -04:00 коммит произвёл GitHub
Родитель 02fe80ca8b
Коммит 12408486ba
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -1656,11 +1656,8 @@ namespace ARKit {
[Export ("activatesAutomatically")]
bool ActivatesAutomatically { get; set; }
[Export ("active")]
bool Active {
[Bind ("isActive")] get;
[Deprecated (PlatformName.iOS, 13, 0, message: "Use 'SetActive' instead.")] set;
}
[Export ("isActive")]
bool IsActive { get; }
[Export ("setActive:animated:")]
void SetActive (bool active, bool animated);