ShadowCastingSetting

    GeometryInstance3D.swift:13
    enum ShadowCastingSetting

    Cases

    • case off

      Will not cast any shadows. Use this to improve performance for small geometry that is unlikely to cast noticeable shadows (such as debris).

    • case on

      Will cast shadows from all visible faces in the GeometryInstance3D.

    • case doubleSided

      Will cast shadows from all visible faces in the GeometryInstance3D.

    • case shadowsOnly

      Will only show the shadows casted from this object.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (21) members.

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features