unreal.ZoneLaneDesc

class unreal.ZoneLaneDesc(width=150.0, direction=ZoneLaneDirection.FORWARD, tags=[])

Bases: unreal.StructBase

Describes single lane.

C++ Source:

  • Plugin: ZoneGraph

  • Module: ZoneGraph

  • File: ZoneGraphTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • direction (ZoneLaneDirection): [Read-Write] Direction: Direction of the lane

  • tags (ZoneGraphTagMask): [Read-Write] Tags: Lane tags

  • width (float): [Read-Write] Width: Width of the lane

property direction

[Read-Only] Direction: Direction of the lane

Type

(ZoneLaneDirection)

property tags

[Read-Only] Tags: Lane tags

Type

(ZoneGraphTagMask)

property width

[Read-Only] Width: Width of the lane

Type

(float)