Dharmatej34
9 years agoIdeator I
Will Item Behaviour set on Life Cycle take precedence to a property Item too?
I have an Item “ItemA” which has a property “PropA” of type Item with Item Behavior as Float. If I set the Item Behavior on the LifeCycle of the “ItemA” to be Hard Fixed. Will “PropA” behave as “Float” (as set) or “Fixed” (by taking the precedence from Parent’s Life Cycle state)?
I tried mocking this up. But “PropA” still has Float behavior (I expect it to behave it as Fixed :(). The Parent’s Life Cycle State’s Item Behavior does not take precedence in this case.
Please clarify.
Thanks in advance.