Class FormatComplexity
Information on the complexity of this Format.
Implements
Inherited Members
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? |