Contents

attribute(forKey:)

Returns the scene attribute for the specified key.

Declaration

func attribute(forKey key: String) -> Any?

Parameters

  • key:

    One of the constants described in Scene Attributes that identifies the attribute to be read.

Return Value

The scene attribute for the specified key, or nil if no such attribute exists.

See Also

Managing Scene Attributes