Extension (Structure)migueldeicaza.swiftgodot 0.46.0all tags
Int (ext)
You’re viewing third-party extensions to Int
, a struct from the Swift standard library.
You can also read the documentation forInt
itself.
extension Int
Extension in SwiftGodot
Conformances
protocol LinearInterpolation
protocol VariantStorable
Types that conform to VariantStorable can be stored in a Variant and can be extracted back out of a Variant.
Type members
Instance members
Type features
static func makeOrUnwrap(Variant
) -> Self? Unwraps an object from a variant.
static func makeOrUnwrap(Variant
) -> Self? Unwraps an object from a variant. This is useful when you want one method to call that will return the unwrapped Variant, regardless of whether it is a SwiftGodot.Object or not.