Class CustomMeshDataPartInt
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
Holds arbitrary int data for meshes to be used in the shader
public class CustomMeshDataPartInt : CustomMeshDataPart<int>
- Inheritance
-
CustomMeshDataPartInt
- Inherited Members
- Extension Methods
Constructors
CustomMeshDataPartInt()
Empty constructor.
public CustomMeshDataPartInt()
CustomMeshDataPartInt(int)
Size initialization constructor.
public CustomMeshDataPartInt(int size)
Parameters
size
int
Fields
Conversion
public DataConversion Conversion
Field Value
Methods
Clone()
Creates a clone of this collection of data parts.
public CustomMeshDataPartInt Clone()
Returns
- CustomMeshDataPartInt
A clone of this collection of data parts.
EmptyClone()
public CustomMeshDataPartInt EmptyClone()