SunControlUI_OnLocationChanged Method |
Called when the location of the site has been changed
Namespace:
BrydenWoodUnity.Lighting
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void OnLocationChanged(
float lat,
float lon
)
Public Sub OnLocationChanged (
lat As Single,
lon As Single
)
public:
void OnLocationChanged(
float lat,
float lon
)
member OnLocationChanged :
lat : float32 *
lon : float32 -> unit
Parameters
- lat
- Type: SystemSingle
New Latitude - lon
- Type: SystemSingle
New Longitude
See Also