SpriteKit.SKAction Members

The members of SpriteKit.SKAction are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

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

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
Durationdouble. Documentation for this section has not yet been entered.
[read-only]
ReversedActionSKAction. Documentation for this section has not yet been entered.
Speednfloat. Documentation for this section has not yet been entered.
TimingModeSKActionTimingMode. Documentation for this section has not yet been entered.

Public Methods

static
AnimateWithTextures(SKTexture[], double) : SKAction
Documentation for this section has not yet been entered.
static
AnimateWithTextures(SKTexture[], double, bool, bool) : SKAction
Documentation for this section has not yet been entered.
static
ColorizeWithColor(UIKit.UIColor, double, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
ColorizeWithColorBlendFactor(double, nfloat) : SKAction
Documentation for this section has not yet been entered.
Copy(Foundation.NSZone) : Foundation.NSObject
Performs a copy of the underlying Objective-C object.
static
CustomActionWithDuration(double, SKActionDurationHandler) : SKAction
A custom action that repeats for some amount of time.
EncodeTo(Foundation.NSCoder)
Encodes the state of the object on the provided encoder
static
FadeAlphaBy(double, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
FadeAlphaTo(double, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
FadeInWithDuration(double) : SKAction
Documentation for this section has not yet been entered.
static
FadeOutWithDuration(double) : SKAction
Documentation for this section has not yet been entered.
static
Falloff(float, double) : SKAction
Documentation for this section has not yet been entered.
static
FollowPath(CoreGraphics.CGPath, double) : SKAction
Documentation for this section has not yet been entered.
static
FollowPath(CoreGraphics.CGPath, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
FollowPath(CoreGraphics.CGPath, bool, bool, double) : SKAction
Documentation for this section has not yet been entered.
static
FollowPath(CoreGraphics.CGPath, bool, bool, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
Group(params SKAction[]) : SKAction
Documentation for this section has not yet been entered.
static
Hide() : SKAction
Documentation for this section has not yet been entered.
static
MoveBy(CoreGraphics.CGVector, double) : SKAction
Documentation for this section has not yet been entered.
static
MoveBy(double, nfloat, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
MoveTo(double, CoreGraphics.CGPoint) : SKAction
Documentation for this section has not yet been entered.
static
MoveToX(double, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
MoveToY(double, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
PerformSelector(ObjCRuntime.Selector, Foundation.NSObject) : SKAction
Documentation for this section has not yet been entered.
static
PlaySoundFileNamed(string, bool) : SKAction
Documentation for this section has not yet been entered.
static
ReachTo(SKNode, CoreGraphics.CGPoint, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
ReachTo(SKNode, double, CoreGraphics.CGPoint) : SKAction
Documentation for this section has not yet been entered.
static
ReachToNode(SKNode, SKNode, double) : SKAction
Documentation for this section has not yet been entered.
static
ReachToNode(SKNode, SKNode, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
RemoveFromParent() : SKAction
Documentation for this section has not yet been entered.
static
RepeatAction(SKAction, nuint) : SKAction
Documentation for this section has not yet been entered.
static
RepeatActionForever(SKAction) : SKAction
Documentation for this section has not yet been entered.
static
ResizeByWidth(double, nfloat, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
ResizeTo(double, CoreGraphics.CGSize) : SKAction
Documentation for this section has not yet been entered.
static
ResizeTo(double, nfloat, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
ResizeToHeight(double, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
ResizeToWidth(double, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
RotateByAngle(double, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
RotateToAngle(double, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
RotateToAngle(double, bool, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
Run(Action) : SKAction
Documentation for this section has not yet been entered.
static
Run(Action, CoreFoundation.DispatchQueue) : SKAction
Documentation for this section has not yet been entered.
static
RunAction(SKAction, string) : SKAction
Documentation for this section has not yet been entered.
static
ScaleBy(double, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
ScaleBy(double, nfloat, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
ScaleTo(double, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
ScaleTo(double, nfloat, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
ScaleXTo(double, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
ScaleYTo(double, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
Sequence(params SKAction[]) : SKAction
Documentation for this section has not yet been entered.
static
SetTexture(SKTexture) : SKAction
Documentation for this section has not yet been entered.
static
SetTexture(SKTexture, bool) : SKAction
Documentation for this section has not yet been entered.
SetTimingFunction(SKActionTimingFunction)
Documentation for this section has not yet been entered.
static
SpeedBy(double, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
SpeedTo(double, nfloat) : SKAction
Documentation for this section has not yet been entered.
static
StrengthBy(float, double) : SKAction
Documentation for this section has not yet been entered.
static
StrengthTo(float, double) : SKAction
Documentation for this section has not yet been entered.
static
Unhide() : SKAction
Documentation for this section has not yet been entered.
static
WaitForDuration(double) : SKAction
Documentation for this section has not yet been entered.
static
WaitForDuration(double, double) : SKAction
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the SKAction object.