다음을 통해 공유


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

값을 가져올 특성을 지정하는 키입니다.

반환

특성

적용 대상