Show / Hide Table of Contents

Class FormatComplexity

Information on the complexity of this Format.

Inheritance
object
FormatComplexity
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PolyService.v1.Data
Assembly: Google.Apis.PolyService.v1.dll
Syntax
public class FormatComplexity : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LodHint

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).

Declaration
[JsonProperty("lodHint")]
public virtual int? LodHint { get; set; }
Property Value
Type Description
int?

TriangleCount

The estimated number of triangles.

Declaration
[JsonProperty("triangleCount")]
public virtual long? TriangleCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX