 | ActiveSetterDontDisableOnInactive Field |
Indicates that setter doesn't get disabled when component is disabled.
This way the active setter will still check the data value even if the game object
the setter is on is disabled.
Namespace:
Slash.Unity.DataBind.Foundation.Setters
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic bool DontDisableOnInactive
Public DontDisableOnInactive As Boolean
public:
bool DontDisableOnInactive
val mutable DontDisableOnInactive: bool
Field Value
Type:
Boolean
See Also