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