EFTable_TownInHouseCamera.db
Generated on: 2025-07-23 11:56:11 UTC
Row count: 13
CREATE TABLE TownInHouseCamera (
[ PrimaryKey ] INTEGER NOT NULL,
[ SecondaryKey ] INTEGER NOT NULL,
[ ZoomDist1 ] REAL NOT NULL,
[ ZoomDist2 ] REAL NOT NULL,
[ ZoomDist3 ] REAL NOT NULL,
[ ZoomDist4 ] REAL NOT NULL,
[ MoveSensitivity_MouseWheel ] REAL NOT NULL,
[ MoveSensitivity_Keyboard ] REAL NOT NULL,
[ MoveDirectMode_MouseWheel ] INTEGER NOT NULL,
[ MoveDirectMode_Keyboard ] INTEGER NOT NULL,
[ MinFocusWorldX ] REAL NOT NULL,
[ MaxFocusWorldX ] REAL NOT NULL,
[ MinFocusWorldY ] REAL NOT NULL,
[ MaxFocusWorldY ] REAL NOT NULL,
[ DOF_Override ] REAL NOT NULL,
[ DOF_FalloffExponent ] REAL NOT NULL,
[ DOF_BlurKernelSize ] REAL NOT NULL,
[ DOF_FocusDistance ] REAL NOT NULL,
[ DOF_FocusInnerRadius ] REAL NOT NULL,
[ CameraFocusFloorHeight ] REAL NOT NULL,
[ ClassifyType ] INTEGER NOT NULL,
[ ClassifyIndex ] INTEGER NOT NULL,
[ SourceRow ] INTEGER NOT NULL,
[ Milestone ] TEXT NOT NULL,
PRIMARY KEY ([ PrimaryKey ])
)