Detector.Motion.AnimationHandeler.AnimationHandeler C# (CSharp) Method

AnimationHandeler() public method

public AnimationHandeler ( ObjectTracked obj ) : System
obj Detector.Tracking.ObjectTracked
return System
        public AnimationHandeler(ObjectTracked obj)
        {
            Obj = obj;
        }