magic7721 / se07-9.1

Tìm hiểu về light estimation, tập xử lý light estimation với dữ liệu HDR, học cách xử lý Ambient và các custom shader sử dụng diffuse, specular… Có thể code trực tiếp bằng ARCore SDK
0 stars 0 forks source link

Removed Try #9

Open vungoc2009 opened 2 years ago

vungoc2009 commented 2 years ago

Several APIs used a TryGet or TryAdd style of API. Such methods that dealt with reference types have dropped the Try prefix. Examples: 1.0 ARPlane.TryGetPlane(trackableId) ARReferencePoint.TryAddReferencePoint ARReferencePoint.TryAttachReferencePoint bool ARReferencePoint.TryRemoveReferencePoint 2.0 ARPlane.GetPlane(trackableId) ARReferencePoint.AddReferencePoint ARReferencePoint.AttachReferencePoint bool ARReferencePoint.RemoveReferencePoint