Ejemplo n.º 1
0
    protected override void Start()
    {
        base.Start();
        ps   = GetComponent <ParticleSystem>();
        area = GetComponentInChildren <EnemyHazardousArea>();
        ParticleSystem.ShapeModule shape = ps.shape;

        shape.arc = flameArcAngle;
    }