Upload project files
This commit is contained in:
13
Runtime/Cloner/Models/FieldData.cs
Normal file
13
Runtime/Cloner/Models/FieldData.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace Misaki.ArtTool
|
||||
{
|
||||
[Serializable]
|
||||
public class FieldData
|
||||
{
|
||||
public bool enable = true;
|
||||
public FieldBase field;
|
||||
public BlendingMode blending;
|
||||
public float opacity = 1.0f;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user