Enfusion Script API
|
Public Member Functions | |
proto external ref WeatherWindPattern | GetWindPattern () |
proto external ref WeatherRainPattern | GetRainPattern () |
proto external ref WeatherFogPattern | GetFogPattern () |
proto external ref WeatherLightningPattern | GetLightningPattern () |
proto external string | GetVariantName () |
proto external float | GetDurationMin () |
proto external float | GetDurationMax () |
proto external int | GetNumTransitions () |
proto external void | GetTransitionsList (out notnull array< ref WeatherTransition > transitions) |
Public Member Functions inherited from Managed | |
proto external ref Managed | Clone () |
Return shallow copy of object, or null if it is not allowed (not public constructor) | |
proto external float WeatherVariant.GetDurationMax | ( | ) |
proto external float WeatherVariant.GetDurationMin | ( | ) |
proto external ref WeatherFogPattern WeatherVariant.GetFogPattern | ( | ) |
proto external ref WeatherLightningPattern WeatherVariant.GetLightningPattern | ( | ) |
proto external int WeatherVariant.GetNumTransitions | ( | ) |
proto external ref WeatherRainPattern WeatherVariant.GetRainPattern | ( | ) |
proto external void WeatherVariant.GetTransitionsList | ( | out notnull array< ref WeatherTransition > | transitions | ) |
proto external string WeatherVariant.GetVariantName | ( | ) |
proto external ref WeatherWindPattern WeatherVariant.GetWindPattern | ( | ) |