Tween<T>.ForceUpdate Property |
Whether to force update even if renderer is null or not visible or deactivated, default is false
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic bool ForceUpdate { get; set; }
Public Property ForceUpdate As Boolean
Get
Set
public:
property bool ForceUpdate {
bool get ();
void set (bool value);
}
member ForceUpdate : bool with get, set
Property Value
Type:
Boolean
See Also