Click or drag to resize

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
Syntax
public bool DontDisableOnInactive

Field Value

Type: Boolean
See Also