ITR2_ASSET/Engine/Content/Functions/Engine_MaterialFunctions02/ExampleContent/Textures/DebugNumberPeriod.json

36 lines
936 B
JSON
Raw Normal View History

[
{
"Type": "Texture2D",
"Name": "DebugNumberPeriod",
"Class": "UScriptClass'Texture2D'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"AddressX": "TextureAddress::TA_Clamp",
"AddressY": "TextureAddress::TA_Clamp",
"ImportedSize": {
"X": 128,
"Y": 128
},
"LightingGuid": "1657FB57-4659CBE7-0D4458BA-E50351C6",
"NeverStream": true
},
"SizeX": 128,
"SizeY": 128,
"PackedData": 1,
"PixelFormat": "PF_DXT1",
"FirstMipToSerialize": 0,
"Mips": [
{
"BulkData": {
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
"ElementCount": 8192,
"SizeOnDisk": 8192,
"OffsetInFile": "0x73"
},
"SizeX": 128,
"SizeY": 128,
"SizeZ": 1
}
]
}
]