Instance Property (Default implementation)migueldeicaza.swiftgodot 0.46.0SwiftGodot
content
VariantRepresentable.swift:44var content: VariantContent { get }var content: VariantContent { get }import SwiftGodotFramework to write Godot Game Extensions using the Swift Programming Language.
protocol SelfVariantRepresentable : VariantRepresentable where Self == Self.VariantContentStructs and scalar types use their own layout for storage.
associatedtype VariantContentvar content: VariantContent { get }init?(_ variant: Variant)