Skip to content

Commit

Permalink
close #98; Remove 'custom effect' feature in UIEffect component
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai authored and mob-sakai committed Sep 29, 2018
1 parent cd970b0 commit 91830e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Assets/Coffee/UIExtensions/UIEffect/Scripts/UIEffect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ public class UIEffect : UIEffectBase
[SerializeField] List<UIShadow.AdditionalShadow> m_AdditionalShadows = new List<UIShadow.AdditionalShadow>();


[SerializeField] bool m_CustomEffect = false;
[SerializeField] Vector4 m_CustomFactor = new Vector4();


//################################
Expand Down

0 comments on commit 91830e2

Please sign in to comment.