added: tools for changing camera settings, and camera settings processor
This commit is contained in:
@@ -50,12 +50,11 @@ public class PlayerControls : MonoBehaviour{
|
||||
graph.SendEvent<string>("InputEvent", "CancelLockOn", null);
|
||||
}
|
||||
|
||||
public void OnGrapple(InputInteractionContext context){
|
||||
if (context.control.IsPressed()) {
|
||||
graph.SendEvent<string>("InputEvent", "GrappleDown", null);
|
||||
} else {
|
||||
graph.SendEvent<string>("InputEvent", "GrappleUp", null);
|
||||
}
|
||||
|
||||
}
|
||||
// public void OnGrapple(InputInteractionContext context){
|
||||
// if (context.control.IsPressed()) {
|
||||
// graph.SendEvent<string>("InputEvent", "GrappleDown", null);
|
||||
// } else {
|
||||
// graph.SendEvent<string>("InputEvent", "GrappleUp", null);
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user