Show / Hide Table of Contents

Class YamlShaderExportCollection

Inheritance
System.Object
ExportCollection
AssetExportCollection<AssetRipper.SourceGenerated.Classes.ClassID_48.IShader>
YamlShaderExportCollection
Implements
IExportCollection
Inherited Members
AssetExportCollection<IShader>.Export(IExportContainer, String, FileSystem)
AssetExportCollection<IShader>.Contains(IUnityObjectBase)
AssetExportCollection<IShader>.GetExportID(IExportContainer, IUnityObjectBase)
AssetExportCollection<IShader>.CreateExportPointer(IExportContainer, IUnityObjectBase, Boolean)
AssetExportCollection<IShader>.CreateImporter(IExportContainer)
AssetExportCollection<IShader>.GUID
AssetExportCollection<IShader>.AssetExporter
AssetExportCollection<IShader>.File
AssetExportCollection<IShader>.Assets
AssetExportCollection<IShader>.Name
AssetExportCollection<IShader>.Asset
ExportCollection.ExportMeta(IExportContainer, Meta, String, FileSystem)
ExportCollection.ExportAsset(IExportContainer, IUnityObjectBase, IUnityObjectBase, String, String, FileSystem)
ExportCollection.GetUniqueFileName(IUnityObjectBase, String, FileSystem)
ExportCollection.GetUniqueFileName(String, String, FileSystem)
ExportCollection.Flags
ExportCollection.ExportableAssets
ExportCollection.AssetExtension
ExportCollection.AssetsKeyword
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 sealed class YamlShaderExportCollection : AssetExportCollection<IShader>, IExportCollection

Constructors

| Improve this Doc View Source

YamlShaderExportCollection(YamlShaderExporter, IShader)

Declaration
public YamlShaderExportCollection(YamlShaderExporter assetExporter, IShader asset)
Parameters
Type Name Description
YamlShaderExporter assetExporter
AssetRipper.SourceGenerated.Classes.ClassID_48.IShader asset

Methods

| Improve this Doc View Source

ExportInner(IExportContainer, String, String, FileSystem)

Declaration
protected override bool ExportInner(IExportContainer container, string filePath, string dirPath, FileSystem fileSystem)
Parameters
Type Name Description
IExportContainer container
System.String filePath
System.String dirPath
FileSystem fileSystem
Returns
Type Description
System.Boolean
Overrides
AssetRipper.Export.UnityProjects.AssetExportCollection<AssetRipper.SourceGenerated.Classes.ClassID_48.IShader>.ExportInner(AssetRipper.Export.UnityProjects.IExportContainer, System.String, System.String, FileSystem)
| Improve this Doc View Source

GetExportExtension(IUnityObjectBase)

Declaration
protected override string GetExportExtension(IUnityObjectBase asset)
Parameters
Type Name Description
IUnityObjectBase asset
Returns
Type Description
System.String
Overrides
ExportCollection.GetExportExtension(IUnityObjectBase)

Implements

IExportCollection
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾