Share via


ISKWarpable Interface

Definition

Associates a SKWarpGeometry and subdivision levels with an implementation.

[Foundation.Protocol(Name="SKWarpable", WrapperType=typeof(SpriteKit.SKWarpableWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="warpGeometry", IsProperty=true, IsRequired=true, IsStatic=false, Name="WarpGeometry", PropertyType=typeof(SpriteKit.SKWarpGeometry), Selector="warpGeometry", SetterSelector="setWarpGeometry:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="subdivisionLevels", IsProperty=true, IsRequired=true, IsStatic=false, Name="SubdivisionLevels", PropertyType=typeof(System.IntPtr), Selector="subdivisionLevels", SetterSelector="setSubdivisionLevels:")]
public interface ISKWarpable : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="SKWarpable", WrapperType=typeof(SpriteKit.SKWarpableWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="warpGeometry", IsProperty=true, IsRequired=true, IsStatic=false, Name="WarpGeometry", PropertyType=typeof(SpriteKit.SKWarpGeometry), Selector="warpGeometry", SetterSelector="setWarpGeometry:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="subdivisionLevels", IsProperty=true, IsRequired=true, IsStatic=false, Name="SubdivisionLevels", PropertyType=typeof(System.IntPtr), Selector="subdivisionLevels", SetterSelector="setSubdivisionLevels:")>]
type ISKWarpable = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
SubdivisionLevels
WarpGeometry

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to