Exemplo n.º 1
0
 protected override AnchorOffset Internal_CalculateState(float weight)
 {
     return(UIEffect.CalculateAnchorOffset(weight, this.anchorMode, this.anchorExtent));
 }
Exemplo n.º 2
0
 protected override void ProcessEffect(float weight)
 {
     this.AnchorOffset = UIEffect.CalculateAnchorOffset(weight, this.anchorMode, this.anchorExtent);
 }