Show / Hide Table of Contents

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 Source

BUILTIN_CBUFFER_NAMES

Declaration
public static readonly HashSet<string> BUILTIN_CBUFFER_NAMES
Field Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

BUILTIN_TEXTURE_NAMES

Declaration
public static readonly HashSet<string> BUILTIN_TEXTURE_NAMES
Field Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

INCLUDED_UNITY_PROP_NAMES

Declaration
public static readonly HashSet<string> INCLUDED_UNITY_PROP_NAMES
Field Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

NONINCLUDED_UNITY_PROP_NAMES

Declaration
public static readonly HashSet<string> NONINCLUDED_UNITY_PROP_NAMES
Field Value
Type Description
HashSet<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾