예제 #1
0
    void SetProperties(ref BulletMove bulletMove, Vector2 dir)
    {
        bulletMove.SetIsPiercing(isMainPiercing);
        bulletMove.SetBaseProperties(properties);
        bulletMove.SetDirection(dir);
        bulletMove.SetNewBulletSpeed(speedChangeList);

        bulletMove.BulletType = BulletManager.GroupIndex.PLAYER_MAIN;
    }