Open Rails

TerrainFlagsFile.IsVertexHidden Method

[This is preliminary documentation and subject to change.]

Returns the vertex-hidden flag at a specific sample point.

public bool IsVertexHidden(
   int x,
   int z
);

Parameters

x
X coordinate; starts at west side, increases easterly.
z
Z coordinate; starts at north side, increases southerly.

Return Value

Vertex-hidden flag.

See Also

TerrainFlagsFile Class | Orts.Formats.Msts Namespace