ArrayCustomFormat

    Mesh.swift:99
    enum ArrayCustomFormat

    Cases

    • case rgba8Unorm

      Indicates this custom channel contains unsigned normalized byte colors from 0 to 1, encoded as PackedByteArray.

    • case rgba8Snorm

      Indicates this custom channel contains signed normalized byte colors from -1 to 1, encoded as PackedByteArray.

    • case rgHalf

      Indicates this custom channel contains half precision float colors, encoded as PackedByteArray. Only red and green channels are used.

    • case rgbaHalf

      Indicates this custom channel contains half precision float colors, encoded as PackedByteArray.

    • case rFloat

      Indicates this custom channel contains full float colors, in a PackedFloat32Array. Only the red channel is used.

    • case rgFloat

      Indicates this custom channel contains full float colors, in a PackedFloat32Array. Only red and green channels are used.

    • case rgbFloat

      Indicates this custom channel contains full float colors, in a PackedFloat32Array. Only red, green and blue channels are used.

    • case rgbaFloat

      Indicates this custom channel contains full float colors, in a PackedFloat32Array.

    • case max

      Represents the size of the ArrayCustomFormat enum.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Show implementation details (14)

    Hide implementation details

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features