fishy facepunch

This commit is contained in:
2023-05-31 12:47:21 -04:00
parent 12779859cd
commit 6a28112faa
338 changed files with 2161 additions and 58 deletions

View File

@ -1,14 +0,0 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Adobe.Substance
{
public enum ShuffleIndex
{
Red = 0,
Green = 1,
Blue = 2,
AlphaChannel = 3
}
}

View File

@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: 19b7748e2fed01745849ab203806a4da
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1,24 +0,0 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Adobe.Substance
{
/// <summary>
/// Types of values supported by the substance Engine.
/// </summary>
public enum SubstanceValueType : uint
{
Float,
Float2,
Float3,
Float4,
Int,
Int2,
Int3,
Int4,
Image,
String,
Font,
}
}

View File

@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: 4e3e8edcd045aa4439639e4dd4a876e1
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1,21 +0,0 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Adobe.Substance
{
/// <summary>
/// Represents different types of widgets used to assign input values.
/// </summary>
public enum SubstanceWidgetType
{
NoWidget,
Slider,
Angle,
Color,
ToggleButton,
ComboBox,
Image,
Position
}
}

View File

@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: 73d408e59cbb3044e807be21f8dce834
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1,14 +0,0 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Adobe.Substance
{
public enum TextureFlip
{
None = 0x0,
Horizontal = 0x1,
Vertical = 0x2,
Both = 0x3
}
}

View File

@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: 01ed99cadd094f841b47e95378e7d415
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: