ModelMeshInfoclass

Contains all mesh and draw call information for a model.

objectModelMeshInfo
Namespace
global
Assembly
Sandbox.Engine
Declaration
public class Sandbox.Model.ModelMeshInfo

Properties6

Showing 6 properties

public float[] Sandbox.Model.ModelMeshInfo.LodSwitchDistances { get; set; }PUBLICGETSET

Returns:float[]

public int Sandbox.Model.ModelMeshInfo.TotalDrawCalls { get; set; }PUBLICGETSET

Returns:int

public int Sandbox.Model.ModelMeshInfo.TotalTriangles { get; set; }PUBLICGETSET

Returns:int

public int Sandbox.Model.ModelMeshInfo.TotalVertices { get; set; }PUBLICGETSET

Returns:int

On this page