Table of Contents

Class MeshCell

Namespace
Gamelogic.Grids
Assembly
Assembly-CSharp.dll

A cell that can be used in mesh grids. It contains information about the texture to use, and can be extended to contain other cell information.

[Version(1, 14, 0)]
public class MeshCell
Inheritance
MeshCell
Inherited Members
Extension Methods

Constructors

MeshCell(int)

public MeshCell(int textureIndex)

Parameters

textureIndex int

Methods

GetTextureIndex()

public int GetTextureIndex()

Returns

int