Skip to content

Commit

Permalink
release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Sakai committed May 8, 2018
2 parents aaf79b7 + b80ff14 commit e4fa6af
Show file tree
Hide file tree
Showing 44 changed files with 7,659 additions and 445 deletions.
6,212 changes: 5,779 additions & 433 deletions Assets/UIEffect/Demo/Demo - UIEffect.unity

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions Assets/UIEffect/Demo/Demo_UIEffect.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;

namespace Coffee.UIExtensions
{
public class Demo_UIEffect : MonoBehaviour
{
[SerializeField] RectMask2D mask;

// Use this for initialization
void Start()
{
if (mask)
{
mask.enabled = true;
}
}
}
}
12 changes: 12 additions & 0 deletions Assets/UIEffect/Demo/Demo_UIEffect.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Coffee.UIExtensions
{
public class UIEffectDialogDemo : MonoBehaviour
public class Demo_UIEffectDialog : MonoBehaviour
{
public void Open()
{
Expand Down
Loading

0 comments on commit e4fa6af

Please sign in to comment.