Net.Like.Xue.Tokyo/Assets/Plugins/Draw XXL/scripts/internal utilities/InternalDXXL_SubMeshIdentif...

13 lines
345 B
C#

namespace DrawXXL
{
public struct InternalDXXL_SubMeshIdentifier
{
public int lengthOfSubMesh_inVertices;
public int i_startOfSubMesh_insideTheFinalVertsList;
public enum DepthTestType { meshIsHidableBehindOtherGeometry, meshAlwaysOverlaysOtherGeometry };
public DepthTestType depthTestType;
}
}