BlipFace.Helpers.AutoStart.ResetCurrent C# (CSharp) 메소드

ResetCurrent() 공개 정적인 메소드

Destroys the object created when Current was called. Current can still be used, but the object will be recreated
public static ResetCurrent ( ) : void
리턴 void
        public static void ResetCurrent()
        {
            current = null;
        }