SetWeather()# SetWeather(weather_type)# 天候を設定します。 パラメータ# int weather_type 天候 0 : 晴れ 1 : 雨 2 : 雪 戻り値# コメント# Note 天候を停止した状態で切り替えます。 サンプル# vrmapi.LAYOUT().SKY().SetWeather(1)