ExpressibleAsTiledFloat
public protocol ExpressibleAsTiledFloat
Ensures a Tiled “float” can be converted into an Engine specific property value
-
Creates an instance of the implementating type from the default type for Tiled floats (
Double)Declaration
Swift
static func instance(bridging value: Double) -> SelfParameters
fromThe value of the Tiled property
View on GitHub
ExpressibleAsTiledFloat Protocol Reference