PropertyCollection
@MainActor
public protocol PropertyCollection : AnyObject
This protocol represents an object that holds a collection of PropertyData
objects, such as a Motion
class.
-
A collection of
PropertyData
instances.Declaration
Swift
@MainActor var properties: [PropertyData] { get }