Example #1
0
 public void UpdateLayout()
 {
     FollowThis.Follow(this.CachedTransform,
                       this.followers,
                       this.updateScale,
                       this.updateRotation,
                       this.updatePosition,
                       CoordinateType.World == this.coordinate);
 }
Example #2
0
 public void UpdateLayout()
 {
     this.followBuffer[0] = this.CachedTransform;
     FollowThis.Follow(this.target,
                       this.followBuffer,
                       this.updateScale,
                       this.updateRotation,
                       this.updatePosition,
                       CoordinateType.World == this.coordinate);
 }