Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WriteParameters

This struct collects all the WriteSerializedFile parameters in to a single place.
Read time 1 minuteLast updated 12 days ago

Definition

public struct WriteParameters

Fields

Value

Description

bundleInfoOptional Parameter used when writing a serialized file for an Asset Bundle.
globalUsageThe global lighting information to use when writing the serialized file.
preloadInfoThe set of external object dependencies that need to be loaded when loading the resulting serialized file.
referenceMapThe set of external objects that can be referenced by this serialized file.
settingsThe settings to use when writing the serialized file.
usageSetThe the texture, material, mesh, and shader usage tags to use when writing the serialized file.
writeCommandThe struct of internal file name, list of objects, and order of objects to use when writing the serialized file.