Collection
public extension Collection where Element : BridgableProperty
Provides convience methods for applying multiple bridgable properties
-
For an array of bridgeable properties applies all of those that exist to the supplied object
Declaration
Swift
func apply(_ properties: Properties, to object: Element.EngineObjectType)Parameters
propertiesThe tiled properties and values
objectThe object in the specialized engine that should be updated
View on GitHub
Collection Extension Reference