コード例 #1
0
ファイル: LayerSystem.cs プロジェクト: unseen-code/tianqi_src
    public static bool IsSpecialEffectLayers(int layer)
    {
        string text = LayerSystem.LayerToName(layer);

        return(text.Equals("FX") || text.Equals("FX_Distortion"));
    }