SunControlUI_OnJunePressed Method |
Called when the 21st of June is set as date
Namespace:
BrydenWoodUnity.Lighting
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void OnJunePressed(
bool toggle
)
Public Sub OnJunePressed (
toggle As Boolean
)
public:
void OnJunePressed(
bool toggle
)
member OnJunePressed :
toggle : bool -> unit
Parameters
- toggle
- Type: SystemBoolean
Whether it was pressed
See Also