SKTileMapNode Class

Definition

A SKNode that encapsulates a tiled map and a SKTileSet.

[Foundation.Register("SKTileMapNode", true)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public class SKTileMapNode : SpriteKit.SKNode, IDisposable
type SKTileMapNode = class
    inherit SKNode
    interface INSCoding
    interface INativeObject
    interface IDisposable
    interface INSCopying
    interface INSSecureCoding
Inheritance
Attributes
Implements

Remarks

The SKTileMapNode subclass of SKNode allows developers to easily create and manipulate tile-based maps with a variety of geometries and perspectives. An SKTileMapNode contains a SKTileSet that defines the overall map. In addition, the SKTileSet contains one or more SKTileGroup objects, each of which represents one style of tile, which may have several representations.

//Load tile set
var tileSet = SKTileSet.FromName ("MyTileSet");
//Create a 16x16 map
var tileNode = new SKTileMapNode (tileSet, 16, 16, tileSet.DefaultTileSize);

//Fill the node's grid with the default tile 
var tg = tileSet.DefaultTileGroup;
tileNode.Fill (tg);

The relationship between a T:Intents.SKTileMapNode and it's tiles is shown in the following image:

Constructors

SKTileMapNode()

Default constructor, initializes a new instance of this class.

SKTileMapNode(IntPtr)

A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

SKTileMapNode(NSCoder)

A constructor that initializes the object from the data stored in the unarchiver object.

SKTileMapNode(NSObjectFlag)

Constructor to call on derived classes to skip initialization and merely allocate the object.

SKTileMapNode(SKTileSet, nuint, nuint, CGSize)
SKTileMapNode(SKTileSet, nuint, nuint, CGSize, SKTileGroup)
SKTileMapNode(SKTileSet, nuint, nuint, CGSize, SKTileGroup[])

Properties

AccessibilityAssistiveTechnologyFocusedIdentifiers (Inherited from UIResponder)
AccessibilityCustomActions

Allows methods to be added to AccessibilityCustomActions as accessibility-supporting supplementary actions.

(Inherited from UIResponder)
AccessibilityDragSourceDescriptors (Inherited from UIResponder)
AccessibilityDropPointDescriptors (Inherited from UIResponder)
Alpha

Gets or sets the transparency for the node. 1.0 is opaque.

(Inherited from SKNode)
AnchorPoint

A CGPoint whose values, in the range [0..1] specify where, in the texture, the Frame is anchored.

AttributeValues

Gets a dictionary of attributes for the shader that is attached to this node..

BlendMode

Gets or sets the blending mode to use when blending this node into its parent's frame buffer.

CanBecomeFirstResponder

Determines whether this UIREsponder is willing to become the first responder.

(Inherited from UIResponder)
CanBecomeFocused (Inherited from SKNode)
CanResignFirstResponder

Determines whether this UIResponder is willing to give up its first responder status.

(Inherited from UIResponder)
Children

Gets the list of this node's child nodes.

(Inherited from SKNode)
Class (Inherited from NSObject)
ClassHandle

The handle for this class.

Color

Gets or sets the color to blend with the texture.

ColorBlendFactor

Gets or sets a value in the range [0,1] that indicates how fully to blend of the texture with the Color property before drawing.

Constraints

Gets or sets the list of constraints that are applied to this node.

(Inherited from SKNode)
DebugDescription

A developer-meaningful description of this object.

(Inherited from NSObject)
Description

Description of the object, the Objective-C version of ToString.

(Inherited from NSObject)
EnableAutomapping

If true, SetTileGroup(SKTileGroup, SKTileDefinition, nuint, nuint) may modify neighboring tiles to better match the one that was placed.

FocusBehavior (Inherited from SKNode)
FocusItemContainer

Gets the container that manages focus information for child focus items.

(Inherited from SKNode)
Frame

Gets the rectangle, in the parent node's coordinate system, that contains only the current node.

(Inherited from SKNode)
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from NSObject)
HasActions

Gets a value that tells whether the node is currently running actions.

(Inherited from SKNode)
Hidden

Gets a value that tells whether the node and its descendants are rendered to the screen.

(Inherited from SKNode)
InputAccessoryView

Custom view that can be attached when the object becomes the first responder.

(Inherited from UIResponder)
InputAccessoryViewController

Gets the custom accessory UIInputViewController to display when this UIResponder becomes the first responder.

(Inherited from UIResponder)
InputAssistantItem

Gets the assistant that will be used to configure the shortcut bar.

(Inherited from UIResponder)
InputView

Custom view to display when the object becomes the first responder. Read-only.

(Inherited from UIResponder)
InputViewController

Gets the custom UIInputViewController to display when this UIResponder becomes the first responder.

(Inherited from UIResponder)
IsDirectBinding (Inherited from NSObject)
IsFirstResponder

Returns whether this UIResponder is the First Responder.

(Inherited from UIResponder)
IsProxy (Inherited from NSObject)
KeyCommands

The key commands that should trigger action on this UIResponder. Read-only.

(Inherited from UIResponder)
LightingBitMask

Gets or sets the bit mask that is ANDed with the CategoryBitMask to determine if the light will be applied.

MapSize

The size, in points, of the SKTileMapNode.

Name

Gets or sets the name that is used when searching for the node.

(Inherited from SKNode)
NextResponder

The next responder on the response chain

(Inherited from UIResponder)
NumberOfColumns

Gets or sets the number of columns in the map.

NumberOfRows

Gets or sets the number of rows in the map.

Parent

Gets this node's parent.

(Inherited from SKNode)
ParentFocusEnvironment

Gets the parent focus environment.

(Inherited from SKNode)
PasteConfiguration

The UIPasteConfiguration supported by this object.

(Inherited from UIResponder)
Paused

Gets or sets a value that causes this node and its descendants to be skipped when actions are processed for the scene. true causes them to be skipped.

(Inherited from SKNode)
PhysicsBody

Gets or sets the physics body, if any, that controls the node's position and rotation.

(Inherited from SKNode)
Position

Gets or sets the node's position.

(Inherited from SKNode)
PreferredFocusedView (Inherited from SKNode)
PreferredFocusEnvironments (Inherited from SKNode)
ReachConstraints

Gets or sets the constraints that operate on the node for inverse kinematic reaching.

(Inherited from SKNode)
RetainCount

Returns the current Objective-C retain count for the object.

(Inherited from NSObject)
Scene

Gets the scene in which the node is processed.

(Inherited from SKNode)
Self (Inherited from NSObject)
Shader

If not null, a SKShader applied to each tile in the map.

Speed

Sets a value that controls the speed at which actions are run on the node. 1.0 corresponds to normal speed.

(Inherited from SKNode)
Superclass (Inherited from NSObject)
SuperHandle

Handle used to represent the methods in the base class for this NSObject.

(Inherited from NSObject)
TextInputContextIdentifier

An identifier indicating that this UIResponder should preserve its text input mode information. Read-only.

(Inherited from UIResponder)
TextInputMode

The text input mode for this UIResponder. Read-only.

(Inherited from UIResponder)
TileSet

Gets or sets the SKTileSet used by the SKTileMapNode.

TileSize

Gets or sets the size, in points, of the bounding rectangle of a single tile within the map.

UndoManager

The nearest shared NSUndoManager in the responder chain. Read-only.

(Inherited from UIResponder)
UserActivity

Action that encapsulates a user activity that is supported by this responder.

(Inherited from UIResponder)
UserData

Gets or sets the dictionary of values that the application developer can use to store custom data on the node.

(Inherited from SKNode)
UserInteractionEnabled

Gets or sets a value that controls whether the node responds to touch.

(Inherited from SKNode)
XScale

Gets or sets the scale factor for the X direction.

(Inherited from SKNode)
YScale

Gets or sets the scale factor for the Y direction..

(Inherited from SKNode)
Zone (Inherited from NSObject)
ZPosition

Gets or set the node's position in the Z direction.

(Inherited from SKNode)
ZRotation

Gets or sets the node's rotation about the Z axis.

(Inherited from SKNode)

Methods

AccessibilityDecrement()

Tells the accessibility element to decrement the value of its content.

(Inherited from UIResponder)
AccessibilityElementDidBecomeFocused()

Indicates that an assistive technology has set its focus to this UIResponder.

(Inherited from UIResponder)
AccessibilityElementDidLoseFocus()

Indicates that an assistive technology has changed its focus from this UIResponder.

(Inherited from UIResponder)
AccessibilityElementIsFocused()

Indicates whether an assistive technology is focused on this UIResponder.

(Inherited from UIResponder)
AccessibilityIncrement()

Tells the accessibility element to increment the value of its content.

(Inherited from UIResponder)
AccessibilityPerformEscape()

Tells the accessibility system to dismiss a modal popover or hierarchically-displayed element.

(Inherited from UIResponder)
AccessibilityPerformMagicTap()

Toggles the application-defined "most important state" of the app.

(Inherited from UIResponder)
AccessibilityScroll(UIAccessibilityScrollDirection)

When overridden, allows the accessibility system to perform scrolling.

(Inherited from UIResponder)
Add(SKNode)

Adds node to the end of the list of child nodes.

(Inherited from SKNode)
AddChild(SKNode)

Adds node to the end of the list of child nodes.

(Inherited from SKNode)
AddNodes(SKNode[])

Adds nodes to the end of the list of child nodes.

(Inherited from SKNode)
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Registers an object for being observed externally (using NSString keyPath).   Observed changes are dispatched to the observer’s object ObserveValue(NSString, NSObject, NSDictionary, IntPtr) method.

(Inherited from NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)

Registers an object for being observed externally (using string keyPath).   Observed changes are dispatched to the observer’s object ObserveValue(NSString, NSObject, NSDictionary, IntPtr) method.

(Inherited from NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registers an object for being observed externally using an arbitrary method.

(Inherited from NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registers an object for being observed externally using an arbitrary method.

(Inherited from NSObject)
AwakeFromNib()

Called after the object has been loaded from the nib file. Overriders must call base.AwakeFromNib().

(Inherited from NSObject)
BecomeFirstResponder()

Request the object to become the first responder.

(Inherited from UIResponder)
BeginInvokeOnMainThread(Action) (Inherited from NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

Invokes asynchrously the specified code on the main UI thread.

(Inherited from NSObject)
Bind(NSString, NSObject, String, NSDictionary) (Inherited from NSObject)
Bind(String, NSObject, String, NSDictionary)
Obsolete.
(Inherited from NSObject)
BindingInfo(String)
Obsolete.
(Inherited from NSObject)
BindingOptionDescriptions(String)
Obsolete.
(Inherited from NSObject)
BindingValueClass(String)
Obsolete.
(Inherited from NSObject)
CalculateAccumulatedFrame()

Calculates and returns the smallest rectangle that contains the node and all of its child nodes.

(Inherited from SKNode)
CanPaste(NSItemProvider[])

Gets whether this can accept a paste operation by the .

(Inherited from UIResponder)
CanPerform(Selector, NSObject)

Determines if this UIResponder can perform the specified action. Typically used to probe for editing commands.

(Inherited from UIResponder)
CommitEditing() (Inherited from NSObject)
CommitEditing(NSObject, Selector, IntPtr) (Inherited from NSObject)
ConformsToProtocol(IntPtr)

Invoked to determine if this object implements the specified protocol.

(Inherited from NSObject)
ContainsPoint(CGPoint)

Returns true if point is contained by the node, otherwise false.

(Inherited from SKNode)
ConvertPointFromNode(CGPoint, SKNode) (Inherited from SKNode)
ConvertPointToNode(CGPoint, SKNode) (Inherited from SKNode)
Copy()

Performs a copy of the underlying Objective-C object.

(Inherited from NSObject)
Copy(NSObject)

Indicates a "Copy" editing operation.

(Inherited from UIResponder)
Copy(NSZone)

Performs a copy of the underlying Objective-C object.

Create(SKTileSet, nuint, nuint, CGSize)

Factory method to create an SKTileMapNode with the specified properties.

Create(SKTileSet, nuint, nuint, CGSize, SKTileGroup)
Create(SKTileSet, nuint, nuint, CGSize, SKTileGroup[])
Cut(NSObject)

Indicates a "Cut" editing operation.

(Inherited from UIResponder)
DangerousAutorelease() (Inherited from NSObject)
DangerousRelease() (Inherited from NSObject)
DangerousRetain() (Inherited from NSObject)
Delete(NSObject)

Indicates a "Delete" editing operation.

(Inherited from UIResponder)
DidChange(NSKeyValueChange, NSIndexSet, NSString)

Indicates a change occurred to the indexes for a to-many relationship.

(Inherited from NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet) (Inherited from NSObject)
DidChangeValue(String)

Indicates that a change occurred on the specified key.

(Inherited from NSObject)
DidHintFocusMovement(UIFocusMovementHint)

Called when the user's finger moves on the device or pad, to alert the Node that a focus change may occur.

(Inherited from SKNode)
DidUpdateFocus(UIFocusUpdateContext, UIFocusAnimationCoordinator) (Inherited from SKNode)
Dispose()

Releases the resources used by the NSObject object.

(Inherited from NSObject)
Dispose(Boolean)

Releases the resources used by the SKTileMapNode object.

DoesNotRecognizeSelector(Selector)

Indicates that this object does not recognize the specified selector.

(Inherited from NSObject)
EncodeTo(NSCoder)

Encodes the state of the object on the provided encoder

EnumerateChildNodes(String, SKNodeChildEnumeratorHandler)

Passes each child node that matches name, along with a reference to a boolean value, to enumerationHandler. App devs can set the referenced boolean value to true to stop iteration.

(Inherited from SKNode)
Equals(NSObject) (Inherited from NSObject)
Equals(Object) (Inherited from NSObject)
ExposedBindings() (Inherited from NSObject)
Fill(SKTileGroup)

Performs a flood-fill of the SKTileMapNode using the specified tileGroup.

FromTileSet(SKTileSet, nuint, nuint, CGSize, GKNoiseMap, NSNumber[])
GetActionForKey(String)

Returns the action that is identified by key, or null if no action exists for the key.

(Inherited from SKNode)
GetBindingInfo(NSString) (Inherited from NSObject)
GetBindingOptionDescriptions(NSString) (Inherited from NSObject)
GetBindingValueClass(NSString) (Inherited from NSObject)
GetCenterOfTile(nuint, nuint)

Retrieves the CGPoint at the center of the specified position.

GetChildNode(String)

Searches for and returns the first node that is matched by name.

(Inherited from SKNode)
GetDictionaryOfValuesFromKeys(NSString[])

Retrieves the values of the specified keys.

(Inherited from NSObject)
GetEnumerator()

Returns an enumerator that iterates over the child nodes that belong to the current node.

(Inherited from SKNode)
GetHashCode()

Generates a hash code for the current instance.

(Inherited from NSObject)
GetMethodForSelector(Selector) (Inherited from NSObject)
GetNativeField(String)
Obsolete.
(Inherited from NSObject)
GetNativeHash() (Inherited from NSObject)
GetNodeAtPoint(CGPoint)

Returns either the most deeply nested descendant that contains point, where point is specified in the current node's coordinate system.

(Inherited from SKNode)
GetNodesAtPoint(CGPoint)

Returns an array that contains all the child nodes that contain point, where point is specified in the current node's coordinate system.

(Inherited from SKNode)
GetObjectsMatching(String)

Returns an array that contains all the nodes that are matched by nameExpression.

(Inherited from SKNode)
GetTargetForAction(Selector, NSObject)

Returns the object that responds to an action.

(Inherited from UIResponder)
GetTileColumnIndex(CGPoint)

Gets the column index (X value) for the specified position.

GetTileDefinition(nuint, nuint)

Gets the SKTileDefinition for the tile at the specified position.

GetTileGroup(nuint, nuint)

Gets the SKTileGroup for the tile at the specified position.

GetTileRowIndex(CGPoint)

Gets the row index (Y value) for the specified position.

GetValue(String)

Returns the value for the specified key.

Init() (Inherited from NSObject)
InitializeHandle(IntPtr) (Inherited from NSObject)
InitializeHandle(IntPtr, String) (Inherited from NSObject)
InParentHierarchy(SKNode)

Returns true if the current node is in the hierarchy below node.

(Inherited from SKNode)
InsertChild(SKNode, nint)

Inserts node at the position that is specified by index into the list of this node's children.

(Inherited from SKNode)
IntersectsNode(SKNode)

Returns true if the current node's frame intersects with the frame of the specified node, not counting the children of either node.

(Inherited from SKNode)
Invoke(Action, Double) (Inherited from NSObject)
Invoke(Action, TimeSpan) (Inherited from NSObject)
InvokeOnMainThread(Action) (Inherited from NSObject)
InvokeOnMainThread(Selector, NSObject)

Invokes synchrously the specified code on the main UI thread.

(Inherited from NSObject)
IsEqual(NSObject) (Inherited from NSObject)
IsEqual(SKNode) (Inherited from SKNode)
IsKindOfClass(Class) (Inherited from NSObject)
IsMemberOfClass(Class) (Inherited from NSObject)
MakeTextWritingDirectionLeftToRight(NSObject)

Sets the direction in which text is written to be left-to-right.

(Inherited from UIResponder)
MakeTextWritingDirectionRightToLeft(NSObject)

Sets the direction in which text is written to be right-to-left.

(Inherited from UIResponder)
MarkDirty()

Promotes a regular peer object (IsDirectBinding is true) into a toggleref object.

(Inherited from NSObject)
MotionBegan(UIEventSubtype, UIEvent)

Method invoked when a motion (a shake) has started.

(Inherited from UIResponder)
MotionCancelled(UIEventSubtype, UIEvent)

Method invoked if the operating system cancels a motion (shake) event.

(Inherited from UIResponder)
MotionEnded(UIEventSubtype, UIEvent)

Method invoked when a motion (shake) has finished.

(Inherited from UIResponder)
MoveToParent(SKNode)

Changes the Parent of this SKNode to parent.

(Inherited from SKNode)
MutableCopy()

Creates a mutable copy of the specified NSObject.

(Inherited from NSObject)
ObjectDidEndEditing(NSObject) (Inherited from NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)

Indicates that the value at the specified keyPath relative to this object has changed.

(Inherited from NSObject)
Paste(NSItemProvider[])

Called to perform a paste operation from .

(Inherited from UIResponder)
Paste(NSObject)

Indicates a "Paste" editing operation.

(Inherited from UIResponder)
PerformSelector(Selector) (Inherited from NSObject)
PerformSelector(Selector, NSObject) (Inherited from NSObject)
PerformSelector(Selector, NSObject, Double)

Invokes the selector on the current instance and if the obj is not null, it passes this as its single parameter.

(Inherited from NSObject)
PerformSelector(Selector, NSObject, Double, NSString[]) (Inherited from NSObject)
PerformSelector(Selector, NSObject, NSObject) (Inherited from NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean) (Inherited from NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[]) (Inherited from NSObject)
PrepareForInterfaceBuilder() (Inherited from NSObject)
PressesBegan(NSSet<UIPress>, UIPressesEvent)

Indicates that a physical button has been pressed on a remote or game controller.

(Inherited from UIResponder)
PressesCancelled(NSSet<UIPress>, UIPressesEvent)

Indicates a physical button-press event has been cancelled due to a system event.

(Inherited from UIResponder)
PressesChanged(NSSet<UIPress>, UIPressesEvent)

Indicates that the Force value of the evt has changed.

(Inherited from UIResponder)
PressesEnded(NSSet<UIPress>, UIPressesEvent)

Indicates the ending of a press of a physical button on a remote or game controller.

(Inherited from UIResponder)
ReloadInputViews()

Updates custom input and accessory views when this object is the first responder.

(Inherited from UIResponder)
RemoteControlReceived(UIEvent)

Indicates that a remote-control event was received.

(Inherited from UIResponder)
RemoveActionForKey(String)

Removes the action that is identified by key, if present.

(Inherited from SKNode)
RemoveAllActions()

Removes all the actions from the node.

(Inherited from SKNode)
RemoveAllChildren()

Removes all of the node's child nodes.

(Inherited from SKNode)
RemoveChildren(SKNode[])

Removes the specified list of nodes from the current node's list of child nodes.

(Inherited from SKNode)
RemoveFromParent()

Removes this node from its parent.

(Inherited from SKNode)
RemoveObserver(NSObject, NSString)

Stops the specified observer from receiving further notifications of changed values for the specified keyPath.

(Inherited from NSObject)
RemoveObserver(NSObject, NSString, IntPtr)

Stops the specified observer from receiving further notifications of changed values for the specified keyPath and context.

(Inherited from NSObject)
RemoveObserver(NSObject, String)

Stops the specified observer from receiving further notifications of changed values for the specified keyPath.

(Inherited from NSObject)
RemoveObserver(NSObject, String, IntPtr)

Stops the specified observer from receiving further notifications of changed values for the specified keyPath and context.

(Inherited from NSObject)
ResignFirstResponder()

Called when this UIResponder has been asked to resign its first responder status.

(Inherited from UIResponder)
RespondsToSelector(Selector)

Whether this object recognizes the specified selector.

(Inherited from NSObject)
RestoreUserActivityState(NSUserActivity)

Restores the state that is necessary for continuance of the specified user activity.

(Inherited from UIResponder)
RunAction(SKAction)

Adds an action to the node that will first be processed in the next animation loop.

(Inherited from SKNode)
RunAction(SKAction, Action)

Adds an action to the node that will be processed in the next animation loop, and calls completionHandler after the action completes.

(Inherited from SKNode)
RunAction(SKAction, String)

Adds an action to the node, accessible with the specified key, that will be processed in the next animation loop.

(Inherited from SKNode)
RunActionAsync(SKAction)

Adds an action to the node that will be processed in the next animation loop, and calls completionHandler after the action completes.

(Inherited from SKNode)
Select(NSObject)

Indicates a "Select" editing operation.|b

(Inherited from UIResponder)
SelectAll(NSObject)

Indicates a "Select All" editing operation.

(Inherited from UIResponder)
SetNativeField(String, NSObject)
Obsolete.
(Inherited from NSObject)
SetNeedsFocusUpdate() (Inherited from SKNode)
SetNilValueForKey(NSString)

Sets the value of the specified key to null.

(Inherited from NSObject)
SetScale(nfloat)

Sets the X- and Y-scales to scale.

(Inherited from SKNode)
SetTileGroup(SKTileGroup, nuint, nuint)

Sets the SKTileGroup at the specified location.

SetTileGroup(SKTileGroup, SKTileDefinition, nuint, nuint)

Sets the tileGroup and tileDefinition at the specified location.

SetValue(SKAttributeValue, String)

Sets the attribute that is identified by key to value.

SetValueForKey(NSObject, NSString)

Sets the value of the property specified by the key to the specified value.

(Inherited from NSObject)
SetValueForKeyPath(IntPtr, NSString)

A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

(Inherited from NSObject)
SetValueForKeyPath(NSObject, NSString)

Sets the value of a property that can be reached using a keypath.

(Inherited from NSObject)
SetValueForUndefinedKey(NSObject, NSString)

Indicates an attempt to write a value to an undefined key. If not overridden, raises an NSUndefinedKeyException.

(Inherited from NSObject)
SetValuesForKeysWithDictionary(NSDictionary)

Sets the values of this NSObject to those in the specified dictionary.

(Inherited from NSObject)
ShouldUpdateFocus(UIFocusUpdateContext) (Inherited from SKNode)
ToggleBoldface(NSObject)

Toggles the use of a bold font.

(Inherited from UIResponder)
ToggleItalics(NSObject)

Toggles the use of an italic font.

(Inherited from UIResponder)
ToggleUnderline(NSObject)

Toggles the use of underlining.

(Inherited from UIResponder)
ToString()

Returns a string representation of the value of the current instance.

(Inherited from NSObject)
TouchesBegan(NSSet, UIEvent)

Sent when one or more fingers touches the screen.

(Inherited from UIResponder)
TouchesCancelled(NSSet, UIEvent)

Sent when the touch processing has been cancelled.

(Inherited from UIResponder)
TouchesEnded(NSSet, UIEvent)

Sent when one or more fingers are lifted from the screen.

(Inherited from UIResponder)
TouchesEstimatedPropertiesUpdated(NSSet)

Called when the estimated properties of touches have been updated.

(Inherited from UIResponder)
TouchesMoved(NSSet, UIEvent)

Sent when one or more fingers move on the screen.

(Inherited from UIResponder)
Unbind(NSString) (Inherited from NSObject)
Unbind(String)
Obsolete.
(Inherited from NSObject)
UpdateFocusIfNeeded() (Inherited from SKNode)
UpdateUserActivityState(NSUserActivity)

Updates a given user activity state.

(Inherited from UIResponder)
ValueForKey(NSString)

Returns the value of the property associated with the specified key.

(Inherited from NSObject)
ValueForKeyPath(NSString)

Returns the value of a property that can be reached using a keypath.

(Inherited from NSObject)
ValueForUndefinedKey(NSString)

Indicates an attempt to read a value of an undefined key. If not overridden, raises an NSUndefinedKeyException.

(Inherited from NSObject)
WillChange(NSKeyValueChange, NSIndexSet, NSString)

Indicates that the values of the specified indices in the specified key are about to change.

(Inherited from NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet) (Inherited from NSObject)
WillChangeValue(String)

Indicates that the value of the specified key is about to change.

(Inherited from NSObject)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Internal.

(Inherited from SKNode)

Extension Methods

ObjectDidBeginEditing(NSObject, INSEditor)
ObjectDidEndEditing(NSObject, INSEditor)
GetValidModes(NSObject, NSFontPanel)
ValidateToolbarItem(NSObject, NSToolbarItem)
GetDebugDescription(INSObjectProtocol)
GetEntity(SKNode)
SetEntity(SKNode, GKEntity)
AcceptsPreviewPanelControl(NSObject, QLPreviewPanel)
BeginPreviewPanelControl(NSObject, QLPreviewPanel)
EndPreviewPanelControl(NSObject, QLPreviewPanel)
GetAccessibilityCustomRotors(NSObject)

Gets the array of UIAccessibilityCustomRotor objects appropriate for this object.

SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

Sets the array of UIAccessibilityCustomRotor objects appropriate for this object.

CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[])

Returns true if the responder can paste from the specified item providers.

Paste(IUIPasteConfigurationSupporting, NSItemProvider[])

Performs the paste.

DecreaseSize(UIResponder, NSObject)

A hardware keyboard request (Command-minus) to decrease the size of the UIResponder.

IncreaseSize(UIResponder, NSObject)

A hardware keyboard request (Command-plus) to increase the size of the UIResponder.

Applies to

See also