Show / Hide Table of Contents

Class TemplateList

Inheritance
System.Object
TemplateList
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 TemplateList

Fields

| Improve this Doc View Source

ShaderTemplateExtension

Declaration
public const string ShaderTemplateExtension = ".txt"
Field Value
Type Description
System.String
| Improve this Doc View Source

ShaderTemplatePrefix

Declaration
public const string ShaderTemplatePrefix = "AssetRipper.Export.UnityProjects.Shaders.Templates."
Field Value
Type Description
System.String
| Improve this Doc View Source

TemplatesJsonPath

Declaration
public const string TemplatesJsonPath = "AssetRipper.Export.UnityProjects.Shaders.Templates.Templates.json"
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

Templates

Declaration
public static List<TemplateShader> Templates { get; }
Property Value
Type Description
List<TemplateShader>

Methods

| Improve this Doc View Source

GetBestTemplate(IShader)

Declaration
public static TemplateShader GetBestTemplate(IShader shader)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_48.IShader shader
Returns
Type Description
TemplateShader
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾