代码合并
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class ViewInputPlateBaking : ViewInput {
|
||||
protected override void Awake() {
|
||||
ModuleCore.PlateBakingViewInput = this;
|
||||
}
|
||||
private void Start() {
|
||||
leftViewInputUnit = new VIUCameraMobile(ModuleCore.PlateBakingViewCamera);
|
||||
rightViewInputUnit = new VIUCameraRotate(ModuleCore.PlateBakingViewCamera);
|
||||
scrollViewInputUnit = new VIUCameraScale(ModuleCore.PlateBakingViewCamera);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user