Contents

setValue(_:forAttribute:)

Sets an attribute value for an attached shader.

Declaration

func setValue(_ value: SKAttributeValue, forAttribute key: String)

Parameters

  • value:

    An attribute value object containing the scalar or vector value to set in the attached shader.

  • key:

    The attribute name.

See Also

Adding a Custom Shader to a Sprite