Click or drag to resize
ByteLayerItem Property
Retrieves or sets the value of a tile at the specified tile coordinate

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public override int this[
	int x,
	int y
] { get; set; }

Parameters

x
Type: SystemInt32
y
Type: SystemInt32

Property Value

Type: Int32
A number from 0 to 255
Remarks
Although this member accepts an integer as the value (because that is the type required by the base class), a layer of this type can only use 8-bit values.
See Also