Files
Net.Like.Xue.Tokyo/Assets/Plugins/Draw XXL/scripts/internal utilities/InternalDXXL_SubMeshIdentifier.cs
CortexCore 637ac27286 1
2025-02-24 23:03:39 +08:00

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;
}
}