Class YamlShaderExportCollection
Inheritance
System.Object
AssetExportCollection<AssetRipper.SourceGenerated.Classes.ClassID_48.IShader>
YamlShaderExportCollection
Implements
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 sealed class YamlShaderExportCollection : AssetExportCollection<IShader>, IExportCollection
Constructors
| Improve this Doc View SourceYamlShaderExportCollection(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 SourceExportInner(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 |