Table of Contents

Class TileMatrixPatch

Namespace
Moongate.UO.Data.Tiles
Assembly
Moongate.UO.Data.dll

Represents TileMatrixPatch.

public class TileMatrixPatch
Inheritance
TileMatrixPatch
Inherited Members

Constructors

TileMatrixPatch(TileMatrix, int)

public TileMatrixPatch(TileMatrix matrix, int index)

Parameters

matrix TileMatrix
index int

Properties

LandBlocks

public int LandBlocks { get; }

Property Value

int

PatchLandEnabled

public static bool PatchLandEnabled { get; }

Property Value

bool

PatchStaticsEnabled

public static bool PatchStaticsEnabled { get; }

Property Value

bool

StaticBlocks

public int StaticBlocks { get; }

Property Value

int

Methods

Configure()

public static void Configure()