Share via


SKAttribute.Create(String, SKAttributeType) Method

Definition

[Foundation.Export("attributeWithName:type:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SpriteKit.SKAttribute Create(string name, SpriteKit.SKAttributeType type);
[<Foundation.Export("attributeWithName:type:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : string * SpriteKit.SKAttributeType -> SpriteKit.SKAttribute

Parameters

name
String

Returns

Attributes

Applies to