Upload project files
This commit is contained in:
14
Runtime/Cloner/Enums/BlendingMode.cs
Normal file
14
Runtime/Cloner/Enums/BlendingMode.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Misaki.ArtTool
|
||||
{
|
||||
public enum BlendingMode
|
||||
{
|
||||
Normal,
|
||||
Min,
|
||||
Subtract,
|
||||
Multiply,
|
||||
Overlay,
|
||||
Max,
|
||||
Add,
|
||||
Screen
|
||||
}
|
||||
}
|
||||
2
Runtime/Cloner/Enums/BlendingMode.cs.meta
Normal file
2
Runtime/Cloner/Enums/BlendingMode.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b6337269e529baa4a9554b85d8eb01b9
|
||||
8
Runtime/Cloner/Enums/CloneMode.cs
Normal file
8
Runtime/Cloner/Enums/CloneMode.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Misaki.ArtTool
|
||||
{
|
||||
public enum CloneMode
|
||||
{
|
||||
Iterate,
|
||||
Random
|
||||
}
|
||||
}
|
||||
2
Runtime/Cloner/Enums/CloneMode.cs.meta
Normal file
2
Runtime/Cloner/Enums/CloneMode.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 12f9d13e6e10c8442abb4950e246e64c
|
||||
10
Runtime/Cloner/Enums/DebugMode.cs
Normal file
10
Runtime/Cloner/Enums/DebugMode.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Misaki.ArtTool
|
||||
{
|
||||
public enum DebugMode
|
||||
{
|
||||
None,
|
||||
Transform,
|
||||
Index,
|
||||
Validity
|
||||
}
|
||||
}
|
||||
2
Runtime/Cloner/Enums/DebugMode.cs.meta
Normal file
2
Runtime/Cloner/Enums/DebugMode.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b1cac92d7e0ef2b4ba204b72fd657c78
|
||||
12
Runtime/Cloner/Enums/DistributionMode.cs
Normal file
12
Runtime/Cloner/Enums/DistributionMode.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Misaki.ArtTool
|
||||
{
|
||||
public enum DistributionMode
|
||||
{
|
||||
Object,
|
||||
Spline,
|
||||
Linear,
|
||||
Grid,
|
||||
Radial,
|
||||
Honeycomb
|
||||
}
|
||||
}
|
||||
2
Runtime/Cloner/Enums/DistributionMode.cs.meta
Normal file
2
Runtime/Cloner/Enums/DistributionMode.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5a17ee44970fcc3479a0cdd04da3a8ad
|
||||
9
Runtime/Cloner/Enums/GridShape.cs
Normal file
9
Runtime/Cloner/Enums/GridShape.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Misaki.ArtTool
|
||||
{
|
||||
public enum GridShape
|
||||
{
|
||||
Cube,
|
||||
Sphere,
|
||||
Cylinder
|
||||
}
|
||||
}
|
||||
2
Runtime/Cloner/Enums/GridShape.cs.meta
Normal file
2
Runtime/Cloner/Enums/GridShape.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 860e24fd1e850654cac3e4bbe5bbde1d
|
||||
8
Runtime/Cloner/Enums/TransformMode.cs
Normal file
8
Runtime/Cloner/Enums/TransformMode.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Misaki.ArtTool
|
||||
{
|
||||
public enum TransformMode
|
||||
{
|
||||
Relative,
|
||||
Absolute
|
||||
}
|
||||
}
|
||||
2
Runtime/Cloner/Enums/TransformMode.cs.meta
Normal file
2
Runtime/Cloner/Enums/TransformMode.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9ed88eac104f9fb45b885db70217db5c
|
||||
9
Runtime/Cloner/Enums/TransformSpace.cs
Normal file
9
Runtime/Cloner/Enums/TransformSpace.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Misaki.ArtTool
|
||||
{
|
||||
public enum TransformSpace
|
||||
{
|
||||
Node,
|
||||
Effector,
|
||||
Object
|
||||
}
|
||||
}
|
||||
2
Runtime/Cloner/Enums/TransformSpace.cs.meta
Normal file
2
Runtime/Cloner/Enums/TransformSpace.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fec82e7e110164249abb0f36870043a1
|
||||
Reference in New Issue
Block a user