다음을 통해 공유


Fragment.AddAttachmentPoint(AttachmentPoint) 메서드

정의

이 조각에 기존 첨부 파일 지점을 추가합니다.

public void AddAttachmentPoint (Microsoft.MixedReality.WorldLocking.Core.AttachmentPoint attachPoint);
member this.AddAttachmentPoint : Microsoft.MixedReality.WorldLocking.Core.AttachmentPoint -> unit
Public Sub AddAttachmentPoint (attachPoint As AttachmentPoint)

매개 변수

attachPoint
AttachmentPoint

설명

첨부 지점이 다른 조각에서 다른 조각으로 이동하는 경우 현재 다른 조각에 속할 수 있습니다. 내부적으로만 사용되므로 불필요한 다운캐스트를 방지하기 위해 인터페이스가 아닌 AttachmentPoint에서 직접 작동합니다.

적용 대상