Interface IHasLayer
Interface to be implemented by objects that will be added to a LayeredSpatialMap<T>.
Namespace: GoRogue
Assembly: GoRogue.dll
Syntax
public interface IHasLayer
Properties
| Improve this Doc View SourceLayer
The layer on which the object should reside. Higher numbers indicate layers closer to the "top".
Declaration
int Layer { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
This value is assumed to remain constant while the object is within a data structure that uses this interface -- if it is modified, that data structure will become out of sync.