Class ACTkSettings
- Namespace
- CodeStage.AntiCheat.EditorCode
- Assembly
- Build.dll
Represents settings scriptable object. Used mostly internally.
[Serializable]
public class ACTkSettings : ScriptableObject
- Inheritance
-
objectObjectScriptableObjectACTkSettings
Remarks
Not intended for usage from user code, touch at your peril since API can change and break backwards compatibility!
Properties
DisableInjectionDetectorValidation
public bool DisableInjectionDetectorValidation { get; set; }
Property Value
- bool
DisableWallhackDetectorLinkXmlValidation
public bool DisableWallhackDetectorLinkXmlValidation { get; set; }
Property Value
- bool
DisableWallhackDetectorPhysicsValidation
public bool DisableWallhackDetectorPhysicsValidation { get; set; }
Property Value
- bool
DisableWallhackDetectorShaderValidation
public bool DisableWallhackDetectorShaderValidation { get; set; }
Property Value
- bool
InjectionDetectorEnabled
public bool InjectionDetectorEnabled { get; set; }
Property Value
- bool
InjectionDetectorWhiteList
public List<AllowedAssembly> InjectionDetectorWhiteList { get; set; }
Property Value
- List<AllowedAssembly>
Instance
public static ACTkSettings Instance { get; }
Property Value
PreGenerateBuildHash
public bool PreGenerateBuildHash { get; set; }
Property Value
- bool
Methods
Delete()
public static void Delete()
Save()
public static void Save()
Show()
public static void Show()