Table of Contents

Class MultiTextureMeshRef

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll
public class MultiTextureMeshRef : IDisposable
Inheritance
MultiTextureMeshRef
Implements
Inherited Members

Constructors

MultiTextureMeshRef(MeshRef[], int[])

public MultiTextureMeshRef(MeshRef[] meshrefs, int[] textureids)

Parameters

meshrefs MeshRef[]
textureids int[]

Fields

meshrefs

public MeshRef[] meshrefs

Field Value

MeshRef[]

textureids

public int[] textureids

Field Value

int[]

Properties

Disposed

public bool Disposed { get; }

Property Value

bool

Initialized

public bool Initialized { get; }

Property Value

bool

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()