LayerInfo

Simple LayerInfo struct, mostly for internal communications.

Members

Functions

opCmp
int opCmp(LayerInfo rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

parseLayerTypeString
LayerType parseLayerTypeString(string s)

Parses a string as a layer type

Variables

name
string name;

Name of layer

pri
int pri;

Priority of layer

type
LayerType type;

Type of layer

Meta