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