cull(engine-cleanup): pass-8 phase-2 cascade round 3 after AreaSelectUI stub
This commit is contained in:
@@ -332,14 +332,6 @@ public class iTween : MonoBehaviour
|
||||
Launch(target, args);
|
||||
}
|
||||
|
||||
public static void MoveBy(GameObject target, Hashtable args)
|
||||
{
|
||||
args = CleanArgs(args);
|
||||
args["type"] = "move";
|
||||
args["method"] = "by";
|
||||
Launch(target, args);
|
||||
}
|
||||
|
||||
public static void ScaleTo(GameObject target, Hashtable args)
|
||||
{
|
||||
args = CleanArgs(args);
|
||||
|
||||
Reference in New Issue
Block a user