SKEmitterNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A SKNode that produces colored and textured particles.
[Foundation.Register("SKEmitterNode", true)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public class SKEmitterNode : SpriteKit.SKNode
type SKEmitterNode = class
inherit SKNode
- Inheritance
- Attributes
Remarks
Emitted particles are not directly accessible to the application developer; their behavior can be controlled either via the creation parameters configurable in SKEmitterNode or by a SKKeyframeSequence.
Constructors
SKEmitterNode() |
Default constructor, initializes a new instance of this class. |
SKEmitterNode(IntPtr) |
A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
SKEmitterNode(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
SKEmitterNode(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
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) |
AttributeValues |
Gets a dictionary of attribute values for the attached shader. |
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. |
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) |
EmissionAngle |
Gets or sets the average angle, in radians, at which particles are admitted. |
EmissionAngleRange |
Gets or sets the range about the emission angle from which particles are emitted. |
FieldBitMask |
Gets or sets a mask that controls which physics fields interact with the emitted particles. |
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 |
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 |
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) |
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) |
NumParticlesToEmit |
Gets or sets the total number of particles that the emitter should emit. (However, a value of 0 indicates that the emitter will emit particles endlessly.) |
Parent |
Gets this node's parent. (Inherited from SKNode) |
ParentFocusEnvironment |
Gets the parent focus environment. (Inherited from SKNode) |
ParticleAction |
Gets or sets an immutable action that new particles will execute. |
ParticleAlpha |
Gets or sets the average transparency of new particles. |
ParticleAlphaRange |
Gets or sets the range of transparency for new particles. |
ParticleAlphaSequence |
Gets or sets a value that sets alpha, alpha range, and the rate of change of the alpha channel. |
ParticleAlphaSpeed |
Gets or sets the amount that particle alpha will change per second. |
ParticleBirthRate |
Gets or sets the amount by which particles are created. |
ParticleBlendMode |
Gets or sets the blending mode to use when blending particles into the frame buffer. |
ParticleColor |
Gets or sets the color of new particles. |
ParticleColorAlphaRange |
Gets or sets the range of alpha values, centered around the average particle alpha, for new particles. |
ParticleColorAlphaSpeed |
Gets or sets the amount by which the alpha channel of the particle color changes per second. |
ParticleColorBlendFactor |
Gets or sets the average initial blend factor for new particles. |
ParticleColorBlendFactorRange |
Gets or sets the range of initial blend factors, centered around the average blend factor, for new particles. |
ParticleColorBlendFactorSequence |
Gets or sets a value that represents the color blend factor, color blend factor range, and color blend factor speed. |
ParticleColorBlendFactorSpeed |
Gets or sets the amount by which the color blend factor changes per second. |
ParticleColorBlueRange |
Gets or sets the range, about the average value, of the blue channel. |
ParticleColorBlueSpeed |
Gets or sets the amount by which the blue channel changes per second for new particles. |
ParticleColorGreenRange |
Gets or sets the range, about the average value, of the green channel for new particles. |
ParticleColorGreenSpeed |
Gets or sets the amount by which the green channel changes per second for new particles. |
ParticleColorRedRange |
Gets or sets the range, about the average value, of the red channel for new particles. |
ParticleColorRedSpeed |
Gets or sets the amount by which the red channel changes per second for new particles. |
ParticleColorSequence |
Gets or sets a value that represents: the average color; the ranges for the alpha, red, blue, and green channels about their average values; and the alpha, red, blue, and green rates of change. |
ParticleLifetime |
Gets or sets the average particle lifetime. |
ParticleLifetimeRange |
Gets or sets the range, about the average lifetime, of lifetimes for new particles. |
ParticlePosition |
Gets or sets the average position for new particles. |
ParticlePositionRange |
Gets or sets the range, about the average position, of positions for new particles. |
ParticleRenderOrder |
The order in which particles are rendered. |
ParticleRotation |
Gets or sets the average rotation for new particles. |
ParticleRotationRange |
Gets or sets the range, about the average rotation, of rotations for new particles. |
ParticleRotationSpeed |
Gets or sets the rotation speed for new particles. |
ParticleScale |
Gets or sets the average scale for new particles. |
ParticleScaleRange |
Gets or sets the range, about the average scale, of scales for new particles. |
ParticleScaleSequence |
Gets or sets a value that represents the scale, scale range, and scale speed for new particles |
ParticleScaleSpeed |
Gets or sets the scale speed for new particles. |
ParticleSize |
Gets or sets the size for new particles. |
ParticleSpeed |
Gets or sets the average speed for new particles. |
ParticleSpeedRange |
Gets or sets the range, about the average speed, of speeds for new particles. |
ParticleTexture |
Gets or sets a texture to use when rendering particles. |
ParticleZPosition |
Gets or sets the average Z position for new particles. |
ParticleZPositionRange |
Gets or sets the range, about the average Z position, of Z positions for new particles. |
ParticleZPositionSpeed |
Gets or sets the Z position speed for new particles. |
PasteConfiguration |
The UIPasteConfiguration supported by |
Paused |
Gets or sets a value that causes this node and its descendants to be skipped when actions are processed for the scene. |
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 |
Gets or sets a custom shader to use when rendering new particles. |
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) |
TargetNode |
Gets or sets the node that will render the emitted particles. |
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) |
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) |
XAcceleration |
Gets or sets the particle acceleration in the X direction. |
XScale |
Gets or sets the scale factor for the X direction. (Inherited from SKNode) |
YAcceleration |
Gets or sets the particle acceleration in the Y direction. |
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 |
AccessibilityElementDidLoseFocus() |
Indicates that an assistive technology has changed its focus from |
AccessibilityElementIsFocused() |
Indicates whether an assistive technology is focused on |
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 |
AddChild(SKNode) |
Adds |
AddNodes(SKNode[]) |
Adds |
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) |
AdvanceSimulationTime(Double) |
Advances the emitter's simulation time, which emits nwe particles and advances emitted particles. |
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 |
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 |
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. (Inherited from SKNode) |
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 SKEmitterNode 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 (Inherited from SKNode) |
EnumerateChildNodes(String, SKNodeChildEnumeratorHandler) |
Passes each child node that matches |
Equals(NSObject) | (Inherited from NSObject) |
Equals(Object) | (Inherited from NSObject) |
ExposedBindings() | (Inherited from NSObject) |
GetActionForKey(String) |
Returns the action that is identified by |
GetBindingInfo(NSString) | (Inherited from NSObject) |
GetBindingOptionDescriptions(NSString) | (Inherited from NSObject) |
GetBindingValueClass(NSString) | (Inherited from NSObject) |
GetChildNode(String) |
Searches for and returns the first node that is matched by |
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 |
GetNodesAtPoint(CGPoint) |
Returns an array that contains all the child nodes that contain |
GetObjectsMatching(String) |
Returns an array that contains all the nodes that are matched by |
GetTargetForAction(Selector, NSObject) |
Returns the object that responds to an action. (Inherited from UIResponder) |
GetValue(String) |
Returns the attribute value for the specified |
Init() | (Inherited from NSObject) |
InitializeHandle(IntPtr, String) | (Inherited from NSObject) |
InitializeHandle(IntPtr) | (Inherited from NSObject) |
InParentHierarchy(SKNode) |
Returns |
InsertChild(SKNode, nint) |
Inserts |
IntersectsNode(SKNode) |
Returns |
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 |
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, NSObject, Double, NSString[]) | (Inherited from NSObject) |
PerformSelector(Selector, NSObject, Double) |
Invokes the selector on the current instance and if the |
PerformSelector(Selector, NSObject, NSObject) | (Inherited from NSObject) |
PerformSelector(Selector, NSObject) | (Inherited from NSObject) |
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[]) | (Inherited from NSObject) |
PerformSelector(Selector, NSThread, NSObject, Boolean) | (Inherited from NSObject) |
PerformSelector(Selector) | (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 |
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 |
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, IntPtr) |
Stops the specified observer from receiving further notifications of changed values for the specified keyPath and context. (Inherited from NSObject) |
RemoveObserver(NSObject, NSString) |
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) |
RemoveObserver(NSObject, String) |
Stops the specified observer from receiving further notifications of changed values for the specified keyPath. (Inherited from NSObject) |
ResetSimulation() |
Removes all current particles and begins emitting new particles. |
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, Action) |
Adds an action to the node that will be processed in the next animation loop, and calls |
RunAction(SKAction, String) |
Adds an action to the node, accessible with the specified |
RunAction(SKAction) |
Adds an action to the node that will first 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 |
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 |
SetValue(SKAttributeValue, String) |
Sets the attribute value at |
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 |
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) |