SKAction.StrengthTo(Single, Double) 方法

定义

创建一个操作,该操作将 Strength 更改应用于指定值的 SKFieldNode 的属性(以秒为单位 sec )。

[Foundation.Export("strengthTo:duration:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static SpriteKit.SKAction StrengthTo (float strength, double sec);
static member StrengthTo : single * double -> SpriteKit.SKAction

参数

strength
Single
sec
Double

返回

属性

适用于