CaseIterable
public extension CaseIterable where Self : BridgableProperty
Useful for enums that capture BridgableProperty to enable them to be
quickly and easily applied
-
Bridges all cases with the supplied Tiled properties to the supplied
EngineObjectDeclaration
Swift
static func apply(_ properties: Properties, to object: EngineObjectType)Parameters
propertiesThe tiled properties and values
objectThe object in the specialized engine that should be updated
View on GitHub
CaseIterable Extension Reference