Ejemplo n.º 1
0
 private void CreateAttacher()
 {
     this.m_Attacher          = new Attacher(this, this.target, this.alignment);
     this.m_Attacher.distance = (float)this.distance.GetSpecifiedValueOrDefault(6);
 }
Ejemplo n.º 2
0
 private void CreateAttacher()
 {
     m_Attacher          = new Attacher(this, target, alignment);
     m_Attacher.distance = distance.GetSpecifiedValueOrDefault(kDefaultDistanceValue);
 }