mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-14 11:28:21 +00:00
Move Common functionality to Core project & rendering and Model support as well
This commit is contained in:
14
PckStudio.Core/Extensions/BlendMode.cs
Normal file
14
PckStudio.Core/Extensions/BlendMode.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace PckStudio.Core.Extensions
|
||||
{
|
||||
public enum BlendMode
|
||||
{
|
||||
Add,
|
||||
Subtract,
|
||||
Multiply,
|
||||
Average,
|
||||
DescendingOrder,
|
||||
AscendingOrder,
|
||||
Screen,
|
||||
Overlay
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user