다음을 통해 공유


SKView.Delegate 속성

정의

클래스 대리자 역할을 하는 SpriteKit.ISKViewDelegate 모델 클래스의 인스턴스입니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual SpriteKit.ISKViewDelegate Delegate { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("delegate", ObjCRuntime.ArgumentSemantic.Weak)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setDelegate:", ObjCRuntime.ArgumentSemantic.Weak)] set; }
member this.Delegate : SpriteKit.ISKViewDelegate with get, set

속성 값

SpriteKit.ISKViewDelegate 모델 클래스의 인스턴스

특성

설명

이 개체에 할당된 대리자 인스턴스는 이벤트를 처리하거나 요청 시 데이터를 이 클래스에 제공하는 데 사용됩니다.

Delegate 또는 WeakDelegate 값을 설정할 때 이벤트는 C#스타일 이벤트에 전달되는 대신 지정된 인스턴스에 전달됩니다.

이는 강력한 형식의 개체 버전입니다. 개발자는 [내보내기] 특성으로 데코레이팅된 NSObject에서 파생된 클래스를 할당하려는 경우 WeakDelegate 속성을 대신 사용해야 합니다.

적용 대상