Class UnityShaderConstants
Inheritance
System.Object
UnityShaderConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.Export.UnityProjects.Shaders
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public static class UnityShaderConstants
Fields
| Improve this Doc View SourceBUILTIN_CBUFFER_NAMES
Declaration
public static readonly HashSet<string> BUILTIN_CBUFFER_NAMES
Field Value
Type | Description |
---|---|
HashSet<System.String> |
BUILTIN_TEXTURE_NAMES
Declaration
public static readonly HashSet<string> BUILTIN_TEXTURE_NAMES
Field Value
Type | Description |
---|---|
HashSet<System.String> |
INCLUDED_UNITY_PROP_NAMES
Declaration
public static readonly HashSet<string> INCLUDED_UNITY_PROP_NAMES
Field Value
Type | Description |
---|---|
HashSet<System.String> |
NONINCLUDED_UNITY_PROP_NAMES
Declaration
public static readonly HashSet<string> NONINCLUDED_UNITY_PROP_NAMES
Field Value
Type | Description |
---|---|
HashSet<System.String> |