views:

16

answers:

0

Is it possible to make a layer that wont be affected by transformations (scale, move) made to his parent? if so, how?

For example, if a have layer A, I add a Layer named B as a child to layer A. now i scale down layer A, how can i make layer B unaffected by this scale action?

so far i've found this property named honorParentTrasform, but it's a property for sprites only, not layers.