Class WriterBase
Represents the base class for all asset writers.
Inherited Members
Namespace: TriLibExporter
Assembly: Assembly-CSharp.dll
Syntax
public abstract class WriterBase
Methods
SaveToStream(AssetWriterContext)
Exports the asset data to the provided stream.
Declaration
public virtual void SaveToStream(AssetWriterContext assetWriterContext)
Parameters
Type | Name | Description |
---|---|---|
AssetWriterContext | assetWriterContext | The context containing all necessary information for the export process. |