comparison Templates.lua @ 108:a41f6b74709a

- Handler number and boolean cluster arguments as positioning priority layer and "always top" respectively - Use SetShown and IsShown instead of IsVisible in doing full re-anchor checks
author Nick@Zahhak
date Sat, 25 Feb 2017 11:42:07 -0500
parents ff00679a7817
children 26938ae258b7
comparison
equal deleted inserted replaced
107:ff00679a7817 108:a41f6b74709a
9 9
10 VeneerConfigLayerMixin = {} 10 VeneerConfigLayerMixin = {}
11 VeneerAnimationMixin = {} 11 VeneerAnimationMixin = {}
12 VeneerHandlerMixin = { 12 VeneerHandlerMixin = {
13 anchorPoint = 'CENTER', 13 anchorPoint = 'CENTER',
14 anchorPriority = 4,
14 data = {}, 15 data = {},
15 } 16 }
16 17
17 function VeneerConfigLayerMixin:OnLoad() 18 function VeneerConfigLayerMixin:OnLoad()
18 local handler = self:GetParent() 19 local handler = self:GetParent()