init
This commit is contained in:
15
Runtime/Scripts/OutlineFilterMode.cs
Normal file
15
Runtime/Scripts/OutlineFilterMode.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
// Copyright (C) 2019-2021 Alexander Bogarsukov. All rights reserved.
|
||||
// See the LICENSE.md file in the project root for more information.
|
||||
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace UnityFx.Outline
|
||||
{
|
||||
internal enum OutlineFilterMode
|
||||
{
|
||||
None,
|
||||
UseLayerMask,
|
||||
UseRenderingLayerMask,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user