Extension (Structure)migueldeicaza.swiftgodot 0.45.0all tags
String (ext)
You’re viewing third-party extensions to String
, a struct from the Swift standard library.
You can also read the documentation forString
itself.
extension String
Extension in SwiftGodot
Conformances
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.