Skip to main content
Version: 20 Mar 2024

MeshBlockRequest

Public Methods

MeshBlockRequest

public MeshBlockRequest(
string id,
LevelOfDetail levelOfDetail
)

Parameters

TypeNameDescription
stringid
LevelOfDetaillevelOfDetailLevel of detail of the block mesh.

Public Attributes

id

The id to represent the block to be requested.


public readonly string id;


levelOfDetail

The LOD level to request.


public readonly LevelOfDetail levelOfDetail;

TypeDescription
readonly LevelOfDetailLevel of detail of the block mesh.