API Referenceglobal
LodInfoclass
Triangle and draw-call counts for a single level of detail.
object→LodInfo
Constructors1
Showing 1 constructors
public LodInfo(long Triangles, long DrawCalls)
Triangle and draw-call counts for a single level of detail.
| Parameter | Type | Description |
|---|---|---|
| Triangles | long | — |
| DrawCalls | long | — |
No results match this filter.
Methods1
Showing 1 methods
public void Deconstruct(long Triangles, long DrawCalls)
| Parameter | Type | Description |
|---|---|---|
| Triangles | long | — |
| DrawCalls | long | — |
Returns:
void—No results match this filter.
Properties2
Showing 2 properties
public long Sandbox.Package.ModelMetaData.LodInfo.DrawCalls { get; set; }
Returns:
long—public long Sandbox.Package.ModelMetaData.LodInfo.Triangles { get; set; }
Returns:
long—No results match this filter.