MeshBlockRequest
Public Methods
MeshBlockRequest
public MeshBlockRequest(
string id,
LevelOfDetail levelOfDetail
)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | |
| LevelOfDetail | levelOfDetail | Level 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;
| Type | Description |
|---|---|
| readonly LevelOfDetail | Level of detail of the block mesh. |