Collection

public extension Collection where Element : BridgableProperty

Provides convience methods for applying multiple bridgable properties

Available where Element : BridgableProperty

  • 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

    properties

    The tiled properties and values

    object

    The object in the specialized engine that should be updated