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