Link Search Menu Expand Document

SceneSession

public class SceneSession 

Inheritance

Hashable

Properties

scene

The scene associated with the current session.

public internal(set) weak var scene: Scene?

role

The role played by the scene’s content.

public let role: SceneSession.Role

configuration

The configuration data for creating the secene.

public internal(set) var configuration: SceneConfiguration

persistentIdentifier

A unique identifier that persists for the lifetime of the session

public let persistentIdentifier: String

Methods

hash(into:)

public func hash(into hasher: inout Hasher) 

Operators

==

public static func == (lhs: SceneSession, rhs: SceneSession) -> Bool