Show / Hide Table of Contents

Interface IMyTriangleVertexIndices

Interface used to read the mesh

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public interface IMyTriangleVertexIndices

Properties

I0

1 Vertex index

Declaration
int I0 { get; }
Property Value
Type Description
System.Int32

I1

2 Vertex index

Declaration
int I1 { get; }
Property Value
Type Description
System.Int32

I2

3 Vertex index

Declaration
int I2 { get; }
Property Value
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾