IntensityDrivenBehaviourFadeDelegate Method |
A delegate that is called multiple times in order to gradually deactivate the behaviour
Namespace:
WeatherSystem.IntensityComponents
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected virtual void FadeDelegate(
float t
)
Parameters
- t
- Type: SystemSingle
An interpolation value between 0 and 1, where 0 is fully active and 1 is inactive
See Also