EFTable_CameraContentsSetting.db
Generated on: 2025-07-23 11:55:09 UTC
Row count: 15
CREATE TABLE CameraContentsSetting (
[ PrimaryKey ] INTEGER NOT NULL,
[ SecondaryKey ] INTEGER NOT NULL,
[ Name ] TEXT NOT NULL,
[ CameraMode ] INTEGER NOT NULL,
[ AddYaw ] REAL NOT NULL,
[ AddPitch ] REAL NOT NULL,
[ SetFOV ] REAL NOT NULL,
[ AddZoomDist ] REAL NOT NULL,
[ IsometricLimitZoomStep ] INTEGER NOT NULL,
[ UseBlend ] INTEGER NOT NULL,
[ DOF_Override ] INTEGER NOT NULL,
[ DOF_FalloffExponent ] REAL NOT NULL,
[ DOF_BlurKernelSize ] REAL NOT NULL,
[ DOF_FocusDistance ] REAL NOT NULL,
[ DOF_FocusInnerRadius ] REAL NOT NULL,
[ SourceRow ] INTEGER NOT NULL,
[ Milestone ] TEXT NOT NULL,
PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)