textureFormatOf
此内容尚不支持你的语言。
textureFormatOf(
report,path):TextureFormatRecord|null
Defined in: asset/textureFormatReport.ts:73
The record for one asset path, whichever flip orientation it loaded under.
Rows are keyed by residency key (path + flip), so a caller holding a plain asset path cannot look one up — and a caller that reconstructed the key would own a copy of a shape that is not its to know.
Parameters
Section titled “Parameters”report
Section titled “report”TextureFormatReport | null
string
Returns
Section titled “Returns”TextureFormatRecord | null