예제 #1
0
    void SplatterScreen(Vector3 fromDirection)
    {
        Color color = new Color(1f, 0f, 0f, 0.5f);

        VFX.DisplaySplatter(color, fromDirection);
    }