• Hello
Search Results for

    Show / Hide Table of Contents

    Class CheatingDetectionEvent<T>

    Serializable carrying an , used to wire up detector callbacks from the inspector.

    Inheritance
    System.Object
    CheatingDetectionEvent<T>
    Namespace: GUPS.AntiCheat.Detector
    Assembly: cs.temp.dll.dll
    Syntax
    public class CheatingDetectionEvent<T> : UnityEvent<T> where T : IDetectorStatus
    Type Parameters
    Name Description
    T

    The concrete detector status type raised by the detector.

    In This Article
    Back to top GuardingPearSoftware documentation