Variant.as

  1. T as()
    struct Variant
    const
    T
    as
    (
    T
    )
    ()
    if (
    isStaticArray!T &&
    compatibleFromGodot!(ElementType!T)
    )
  2. T as()
  3. GodotType as()
  4. R as()
  5. inout(T) as()

Meta