コード例 #1
0
 void Start()
 {
     scaler = GetComponent <ScaleRotateHelper>();
     yPos   = transform.position.y;
 }
コード例 #2
0
ファイル: GesturePhoto.cs プロジェクト: badbod99/unity3d-tuio
	void Start()
	{
		scaler = GetComponent<ScaleRotateHelper>();
		yPos = transform.position.y;
	}