共用方式為


SKSpriteNode.GetValue(String) 方法

定義

傳回指定 key 之 的屬性值。

[Foundation.Export("valueForAttributeNamed:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual SpriteKit.SKAttributeValue GetValue(string key);
override this.GetValue : string -> SpriteKit.SKAttributeValue

參數

key
String

索引鍵,指定要取得其值的屬性。

傳回

屬性

適用於