4 [Attribute(desc: "Junction prefab to be used (if not specified, the generator's default one is used)", uiwidget: UIWidgets.ResourcePickerThumbnail, params: "et")] // class=SCR_PowerPole : no, allow power station too
7 [Attribute(defvalue: "1", desc: "Apply pitch and randomisation to this junction")]
8bool m_bApplyPitchAndRollRandomisation;
9
10 [Attribute(defvalue: "0", desc: "Set the junction's yaw offset; can be used to setup the Prefab properly", uiwidget: UIWidgets.Slider, params: "-180 180")]
11float m_fYawOffset;
12
13 [Attribute(defvalue: "0", desc: "Set the junction's altitude offset; helps preventing the junction Prefab to dig into the ground", params: string.Format("-%1 %1 0.01", MAX_Y_OFFSET), precision: 2)]
14float m_fYOffset;
15
16 [Attribute(defvalue: "0", desc: "Define whether or not this junction is a power source")]