protected override void Start()
 {
     base.Start();
     contents = GetComponentInChildren<RelativeScaling>() as RelativeScaling;
 }
Beispiel #2
0
 override protected void Start()
 {
     base.Start();
     contents = GetComponentInChildren <RelativeScaling>() as RelativeScaling;
 }