google_api_poly v0.6.0 GoogleApi.Poly.V1.Model.FormatComplexity View Source

Information on the complexity of this Format.

Attributes

  • lodHint (type: integer(), default: nil) - A non-negative integer that represents the level of detail (LOD) of this format relative to other formats of the same asset with the same format_type. This hint allows you to sort formats from the most-detailed (0) to least-detailed (integers greater than 0).
  • triangleCount (type: String.t, default: nil) - The estimated number of triangles.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Poly.V1.Model.FormatComplexity{
  lodHint: integer(),
  triangleCount: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.