Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TextureAnalysisContext

A context object passed by a TextureModule to a TextureModuleAnalyzer's Analyze() method.
Read time 1 minuteLast updated 6 days ago

Definition

public class TextureAnalysisContext : AnalysisContext

Fields

Value

Description

ImporterThe TextureImporter used to import the texture to be analyzed.
ImporterPlatformSettingsThe texture importer's platform settings, matching the target analysis platform.
NameThe name of a texture asset in the project
SizeAn estimate of the texture's runtime memory footprint.
TextureThe texture asset to be analyzed.

Inheritance