You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using LunarConsolePlugin;
namespace App.Utils
{
[CVarContainer]
public static class Variables
{
public static readonly CVar fingersCount = new CVar("Finger count", 1);
public static readonly CVar zoomSensitivity = new CVar("Zoom sensitivity", 1f);
public static readonly CVar moveSensitivity = new CVar("Move sensitivity", 1f);
public static readonly CVar rotationSensitivity = new CVar("Rot sensitivity", 1f);
public static readonly CVar dampFactor = new CVar("Damp factor", 10f);
}
}
and here how Actions & Vars window looks like in Editor on Play
The text was updated successfully, but these errors were encountered:
Here is the Variables.cs
and here how
Actions & Vars
window looks like in Editor on PlayThe text was updated successfully, but these errors were encountered: