Exemplo n.º 1
0
 protected override void Start()
 {
     base.Start();
     contents = GetComponentInChildren<RelativeScaling>() as RelativeScaling;
 }
Exemplo n.º 2
0
 override protected void Start()
 {
     base.Start();
     contents = GetComponentInChildren <RelativeScaling>() as RelativeScaling;
 }