Skip to content

Commit

Permalink
feat: Add sorting layer attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusMoura17 committed Jan 30, 2023
1 parent 0384fd1 commit 2a51d24
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Assets/Package/Runtime/Scripts/SortingLayerAttribute.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using UnityEngine;

namespace HGS.FloatPoint
{
public class SortingLayerAttribute : PropertyAttribute { }
}
11 changes: 11 additions & 0 deletions Assets/Package/Runtime/Scripts/SortingLayerAttribute.cs.meta

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

0 comments on commit 2a51d24

Please # to comment.