Property | Type | Description | |
---|---|---|---|
CreateToolButton | IEnumerator | ||
HandleIntersectionRouting | void | ||
HandleLaneCustomization | void | ||
IsActive | bool | ||
RayCastSegmentAndNode | bool | ||
RayCastSegmentAndNode | bool | ||
RenderLane | void | ||
RenderLane | void | ||
RenderVehicle | IEnumerator | ||
SetLaneMarkers | void | ||
SetNodeMarkers | void | ||
SetRoadCustomizerTool | IEnumerator | ||
SetSegments | void | ||
SetSegments | void | ||
TryCreateToolButton | UIButton |
Method | Description | |
---|---|---|
GetCurrentSpeedRestrictions ( ) : float | ||
GetCurrentVehicleRestrictions ( ) : ExtendedVehicleType | ||
InitializeUI ( UIButton button ) : bool | ||
RenderOverlay ( RenderManager cameraInfo ) : void | ||
SetNodeMarkers ( ushort nodeId, bool overwrite = false ) : void | ||
SetSpeedRestrictions ( int speed ) : void | ||
ToggleRestriction ( ExtendedVehicleType vehicleType ) : ExtendedVehicleType |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
OnToolUpdate ( ) : void |
Method | Description | |
---|---|---|
CreateToolButton ( ) : IEnumerator | ||
HandleIntersectionRouting ( ) : void | ||
HandleLaneCustomization ( ) : void | ||
IsActive ( NodeLaneMarker marker ) : bool | ||
RayCastSegmentAndNode ( RaycastOutput &output ) : bool | ||
RayCastSegmentAndNode ( ushort &netSegment, ushort &netNode ) : bool | ||
RenderLane ( RenderManager cameraInfo, Vector3 start, Vector3 end, Color color, float size = 0.1f ) : void | ||
RenderLane ( RenderManager cameraInfo, Vector3 start, Vector3 end, Vector3 middlePoint, Color color, float size = 0.1f ) : void | ||
RenderVehicle ( ) : IEnumerator | ||
SetLaneMarkers ( ) : void | ||
SetNodeMarkers ( ushort nodeId, FastList |
||
SetRoadCustomizerTool ( ) : IEnumerator | ||
SetSegments ( ushort segmentId ) : void | ||
SetSegments ( ushort segmentId, ushort infoIndex, Segment &previousSeg ) : void | ||
TryCreateToolButton ( ) : UIButton |
public GetCurrentSpeedRestrictions ( ) : float | ||
return | float |
public GetCurrentVehicleRestrictions ( ) : ExtendedVehicleType | ||
return | ExtendedVehicleType |
public static InitializeUI ( UIButton button ) : bool | ||
button | UIButton | |
return | bool |
public RenderOverlay ( RenderManager cameraInfo ) : void | ||
cameraInfo | RenderManager | |
return | void |
public SetNodeMarkers ( ushort nodeId, bool overwrite = false ) : void | ||
nodeId | ushort | |
overwrite | bool | |
return | void |
public SetSpeedRestrictions ( int speed ) : void | ||
speed | int | |
return | void |
public ToggleRestriction ( ExtendedVehicleType vehicleType ) : ExtendedVehicleType | ||
vehicleType | ExtendedVehicleType | |
return | ExtendedVehicleType |