SKAction.PerformSelector(Selector, NSObject) Method
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.
Creates an action that runs selector
on target
.
[Foundation.Export("performSelector:onTarget:")]
public static SpriteKit.SKAction PerformSelector (ObjCRuntime.Selector selector, Foundation.NSObject target);
static member PerformSelector : ObjCRuntime.Selector * Foundation.NSObject -> SpriteKit.SKAction
Parameters
- selector
- Selector
- target
- NSObject
Returns
- Attributes