init(size:)
Initializes a new scene object.
Declaration
init(size: CGSize)Parameters
- size:
The size of the scene in points.
Return Value
A newly initialized scene object.
Discussion
This is the class’s designated initializer method.
Initializes a new scene object.
init(size: CGSize)The size of the scene in points.
A newly initialized scene object.
This is the class’s designated initializer method.