Show / Hide Table of Contents

Class SerializedPassExtensions

Inheritance
System.Object
SerializedPassExtensions
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.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class SerializedPassExtensions

Methods

| Improve this Doc View Source

GetPrograms(ISerializedPass)

Declaration
public static IEnumerable<ISerializedProgram> GetPrograms(this ISerializedPass pass)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.SerializedPass.ISerializedPass pass
Returns
Type Description
IEnumerable<AssetRipper.SourceGenerated.Subclasses.SerializedProgram.ISerializedProgram>
| Improve this Doc View Source

GetType_(ISerializedPass)

Declaration
public static SerializedPassType GetType_(this ISerializedPass pass)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.SerializedPass.ISerializedPass pass
Returns
Type Description
SerializedPassType
| Improve this Doc View Source

HasProgram(ISerializedPass, ShaderType)

Declaration
public static bool HasProgram(this ISerializedPass pass, ShaderType type)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.SerializedPass.ISerializedPass pass
ShaderType type
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾