Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from xrdnk/master
Browse files Browse the repository at this point in the history
LoopType に名前空間を付与
  • Loading branch information
Haruma-K authored Dec 15, 2021
2 parents 799efe4 + 353b656 commit 12680cf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Assets/UnityUIPlayables/Runtime/Shared/LoopType.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
public enum LoopType
namespace UnityUIPlayables
{
Repeat,
Reverse,
PingPong
public enum LoopType
{
Repeat,
Reverse,
PingPong
}
}

0 comments on commit 12680cf

Please sign in to comment.