您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

63 行
1.4 KiB

namespace VRMShaders.VRM10.MToon10.Runtime
{
public enum MToon10Prop
{
// Rendering
AlphaMode,
TransparentWithZWrite,
AlphaCutoff,
RenderQueueOffsetNumber,
DoubleSided,
// Lighting
BaseColorFactor,
BaseColorTexture,
ShadeColorFactor,
ShadeColorTexture,
NormalTexture,
NormalTextureScale,
ShadingShiftFactor,
ShadingShiftTexture,
ShadingShiftTextureScale,
ShadingToonyFactor,
// GI
GiEqualizationFactor,
// Emission
EmissiveFactor,
EmissiveTexture,
// Rim Lighting
MatcapColorFactor,
MatcapTexture,
ParametricRimColorFactor,
ParametricRimFresnelPowerFactor,
ParametricRimLiftFactor,
RimMultiplyTexture,
RimLightingMixFactor,
// Outline
OutlineWidthMode,
OutlineWidthFactor,
OutlineWidthMultiplyTexture,
OutlineColorFactor,
OutlineLightingMixFactor,
// UV Animation
UvAnimationMaskTexture,
UvAnimationScrollXSpeedFactor,
UvAnimationScrollYSpeedFactor,
UvAnimationRotationSpeedFactor,
// Unity Required
UnityCullMode,
UnitySrcBlend,
UnityDstBlend,
UnityZWrite,
UnityAlphaToMask,
// for Editor
EditorEditMode,
}
}