다음을 통해 공유


ARSession.CreateReferenceObject 메서드

정의

공간의 영역에서 참조 개체를 만들고 반환합니다.

[Foundation.Export("createReferenceObjectWithTransform:center:extent:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void CreateReferenceObject (OpenTK.NMatrix4 transform, OpenTK.NVector3 center, OpenTK.NVector3 extent, Action<ARKit.ARReferenceObject,Foundation.NSError> completionHandler);
abstract member CreateReferenceObject : OpenTK.NMatrix4 * OpenTK.NVector3 * OpenTK.NVector3 * Action<ARKit.ARReferenceObject, Foundation.NSError> -> unit
override this.CreateReferenceObject : OpenTK.NMatrix4 * OpenTK.NVector3 * OpenTK.NVector3 * Action<ARKit.ARReferenceObject, Foundation.NSError> -> unit

매개 변수

transform
NMatrix4

참조 개체를 만들 영역의 위치 및 방향으로 변환합니다.

center
NVector3

영역의 중심입니다.

extent
NVector3

좌표 공간에서 영역의 exent입니다 transform .

completionHandler
Action<ARReferenceObject,NSError>

생성된 개체(있는 경우)와 발생하는 오류를 수신하는 처리기입니다.

특성

적용 대상