Table of Contents

Class CustomMeshDataPartFloat

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll

Holds arbitrary float data for meshes to be used in the shader

public class CustomMeshDataPartFloat : CustomMeshDataPart<float>
Inheritance
CustomMeshDataPartFloat
Inherited Members

Constructors

CustomMeshDataPartFloat()

Empty Constructor.

public CustomMeshDataPartFloat()

CustomMeshDataPartFloat(int)

Size initialization constructor.

public CustomMeshDataPartFloat(int arraySize)

Parameters

arraySize int

Methods

Clone()

Creates a clone of this collection of data parts.

public CustomMeshDataPartFloat Clone()

Returns

CustomMeshDataPartFloat

A clone of this collection of data parts.

EmptyClone()

public CustomMeshDataPartFloat EmptyClone()

Returns

CustomMeshDataPartFloat