CameraBot  2.1.0
Camera Development Kit Enhancement
CF.CameraBot.InputSetting Class Reference

Global input setting, control sensitive, threshold, and flip control here. More...

Public Attributes

bool FlipMouseX = false
 The flip mouse X-axis direction More...
 
bool FlipMouseY = false
 The flip mouse Y-axis direction More...
 
bool FlipMouseWheel = false
 The flip mouse wheel direction More...
 
float Sensitive = 0.8f
 The wheel sensitive More...
 
float WheelSpeed = 200f
 The wheel scroll amount for each sector. More...
 
float Threshold = 0.1f
 The threshold for gamepad/joystick, the movement smaller than threshold will not affect update. More...
 

Detailed Description

Global input setting, control sensitive, threshold, and flip control here.

Member Data Documentation

bool CF.CameraBot.InputSetting.FlipMouseWheel = false

The flip mouse wheel direction

bool CF.CameraBot.InputSetting.FlipMouseX = false

The flip mouse X-axis direction

bool CF.CameraBot.InputSetting.FlipMouseY = false

The flip mouse Y-axis direction

float CF.CameraBot.InputSetting.Sensitive = 0.8f

The wheel sensitive

float CF.CameraBot.InputSetting.Threshold = 0.1f

The threshold for gamepad/joystick, the movement smaller than threshold will not affect update.

float CF.CameraBot.InputSetting.WheelSpeed = 200f

The wheel scroll amount for each sector.


The documentation for this class was generated from the following file: