Show / Hide Table of Contents

Class AssetFactoryBase

Inheritance
System.Object
AssetFactoryBase
GameAssetFactory
JsonAssetFactory
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
Assembly: AssetRipper.Assets.dll
Syntax
public abstract class AssetFactoryBase

Methods

| Improve this Doc View Source

ReadAsset(AssetInfo, ReadOnlyArraySegment<Byte>, SerializedType)

Declaration
public abstract IUnityObjectBase ReadAsset(AssetInfo assetInfo, ReadOnlyArraySegment<byte> assetData, SerializedType assetType)
Parameters
Type Name Description
AssetRipper.Assets.Metadata.AssetInfo assetInfo
ReadOnlyArraySegment<System.Byte> assetData
SerializedType assetType
Returns
Type Description
IUnityObjectBase
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾