共用方式為


SKAction.StrengthTo(Single, Double) 方法

定義

建立動作,將 SKFieldNode 的 屬性變更 Strength 為 ,該屬性會套用至指定的值超過 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

傳回

屬性

適用於