Show / Hide Table of Contents

Class AssetWritableExtensions

Inheritance
System.Object
AssetWritableExtensions
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.Assets.IO.Writing
Assembly: AssetRipper.Assets.dll
Syntax
public static class AssetWritableExtensions

Methods

| Improve this Doc View Source

Write(IAssetWritable, AssetWriter)

Declaration
public static void Write(this IAssetWritable asset, AssetWriter writer)
Parameters
Type Name Description
IAssetWritable asset
AssetWriter writer
| Improve this Doc View Source

Write(IAssetWritable, AssetWriter, TransferInstructionFlags)

Declaration
public static void Write(this IAssetWritable asset, AssetWriter writer, TransferInstructionFlags flags)
Parameters
Type Name Description
IAssetWritable asset
AssetWriter writer
TransferInstructionFlags flags
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾