Anti-Cheat Toolkit
2024.0.0
Multi-purpose anti-cheat solution for Unity Engine
|
This is the complete list of members for ObscuredVector3Int, including all inherited members.
Decrypt(RawEncryptedVector3Int value, int key) | ObscuredVector3Int | inlinestatic |
Encrypt(Vector3Int value, int key) | ObscuredVector3Int | inlinestatic |
Encrypt(int x, int y, int z, int key) | ObscuredVector3Int | inlinestatic |
FromEncrypted(RawEncryptedVector3Int encrypted, int key) | ObscuredVector3Int | inlinestatic |
GenerateKey() | ObscuredVector3Int | inlinestatic |
GetDecrypted() | ObscuredVector3Int | inline |
GetEncrypted(out int key) | ObscuredVector3Int | inline |
ObscuredVector3Int(int x, int y, int z) | ObscuredVector3Int | inline |
RandomizeCryptoKey() | ObscuredVector3Int | inline |
SetEncrypted(RawEncryptedVector3Int encrypted, int key) | ObscuredVector3Int | inline |