14 proto external
int GetLOD();
15 proto external
void SetLOD(
int lod);
16 proto external
int GetCount();
17 proto external
void SetCount(
int count);
18 proto external
void SetVisibility(RoadType
type,
bool visibility);
19 proto external
void SetBorderVisibility(RoadType
type,
bool visibility);
20 proto external
void SetLineWidth(RoadType
type,
float width);
21 proto external
void SetBorderLineWidth(RoadType
type,
float width);
23 proto external
void SetDashedLineLength(RoadType
type,
float length);
24 proto external
void SetDashedLineGapLength(RoadType
type,
float length);
25 proto external
void SetColor(RoadType
type, notnull Color color);
26 proto external
void SetSecondaryColor(RoadType
type, notnull Color color);
27 proto external
void SetBorderColor(RoadType
type, notnull Color color);
28 proto external
void SetVisible(
bool visibility);
29 proto external
bool IsVisible();