- SKAttributeValue - SKAttributeValue() 
- SKAttributeValue(IntPtr) 
- SKAttributeValue(NativeHandle) 
- SKAttributeValue(NSCoder) 
- SKAttributeValue(NSObjectFlag) 
- ClassHandle 
- FloatValue 
- VectorFloat2Value 
- VectorFloat3Value 
- VectorFloat4Value 
- Create(Single) 
- Create(Vector2) 
- Create(Vector2) 
- Create(Vector3) 
- Create(Vector3) 
- Create(Vector4) 
- Create(Vector4) 
- EncodeTo(NSCoder) 
 
xamarinios
    namespace SpriteKit
{
    [Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
    [Register("SKAttributeValue", true)]
    public class SKAttributeValue : NSObject, INSCoding, INSSecureCoding, INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("valueWithVectorFloat2:")]
        public static SKAttributeValue! Create(Vector2 value);
    }
}
            | Xamarin iOS | 0.0 | 
|---|---|
| Xamarin macOS | 0.0 | 
| Xamarin tvOS | 0.0 | 
| Xamarin watchOS | 0.0 | 
| Information specific to xamarinios | |
| Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 | 
| Referencing | The API is automatically referenced. | 
| Platform Restrictions | This framework does not have platform annotations. | 
- Built-in API
- Package-provided API