コード例 #1
0
 void Start()
 {
     tweenOBJpos = GetComponent<TweenObjectPosition>();
     tweenOBJscale = GetComponent<TweenObjectScale>();
     tweenV3 = GetComponent<TweenVector3Property>();
     tweetOBJrotation = GetComponent<TweenObjectRotation>();
 }
コード例 #2
0
 void Start()
 {
     tweenOBJpos      = GetComponent <TweenObjectPosition>();
     tweenOBJscale    = GetComponent <TweenObjectScale>();
     tweenV3          = GetComponent <TweenVector3Property>();
     tweetOBJrotation = GetComponent <TweenObjectRotation>();
 }