Anti-Cheat Toolkit  2023.2.6
Multi-purpose anti-cheat solution for Unity Engine
DeviceLockSettings Class Reference

Public Member Functions

 DeviceLockSettings (DeviceLockLevel level=DeviceLockLevel.None, DeviceLockTamperingSensitivity sensitivity=DeviceLockTamperingSensitivity.Normal)
 

Properties

DeviceLockLevel Level [get, set]
 
DeviceLockTamperingSensitivity Sensitivity [get, set]
 

Detailed Description

Controls Device Lock feature settings.

Constructor & Destructor Documentation

◆ DeviceLockSettings()

Creates instance with custom settings.

Property Documentation

◆ Level

DeviceLockLevel Level
getset

Allows locking saved data to the current device.

Read more in DeviceLockLevel description.

See also
Sensitivity

◆ Sensitivity

DeviceLockTamperingSensitivity Sensitivity
getset

Controls device lock tampering detection sensitivity.

Read more in DeviceLockTamperingSensitivity description.

See also
Level