C# Class Tangzx.ABSystem.AssetBundleDataWriter

Mostra file Open project: tangzx/ABSystem Class Usage Examples

Public Methods

Method Description
Save ( Stream stream, AssetTarget targets ) : void
Save ( string path, AssetTarget targets ) : void

Method Details

Save() public method

public Save ( Stream stream, AssetTarget targets ) : void
stream System.IO.Stream
targets AssetTarget
return void

Save() public method

public Save ( string path, AssetTarget targets ) : void
path string
targets AssetTarget
return void