You've already forked taptap2024_GJ_chidouren
init
This commit is contained in:
25
Assets/EasyTouchBundle/EasyTouch/Plugins/Engine/ECamera.cs
Normal file
25
Assets/EasyTouchBundle/EasyTouch/Plugins/Engine/ECamera.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
/***********************************************
|
||||
EasyTouch V
|
||||
Copyright © 2014-2015 The Hedgehog Team
|
||||
http://www.thehedgehogteam.com/Forum/
|
||||
|
||||
The.Hedgehog.Team@gmail.com
|
||||
|
||||
**********************************************/
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
|
||||
namespace HedgehogTeam.EasyTouch{
|
||||
[System.Serializable]
|
||||
public class ECamera{
|
||||
|
||||
public Camera camera;
|
||||
public bool guiCamera;
|
||||
|
||||
public ECamera( Camera cam,bool gui){
|
||||
this.camera = cam;
|
||||
this.guiCamera = gui;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user