TapArgs.TapArgs C# (CSharp) 메소드

TapArgs() 공개 메소드

public TapArgs ( ) : System
리턴 System
    public TapArgs()
    {
        positions = new List<Vector2>();
        spotlightPositions = new List<Vector2>();
    }