TextureStreamingSettings

Inherits from DataContainer

Summary

Constructors

TextureStreamingSettings()
TextureStreamingSettings(guid: Guid)
TextureStreamingSettings(other: DataContainer)

Properties

Name Type
fadeMipmapTime float
mipmapBias float
maxTextureSizeKb int
maxFrameTextureCreateCount int
maxPendingLoadCount int
minMipmapCount int
maxMipmapCount int
xenonFinalPoolSizeAdjustment int
xenonRetailPoolSizeAdjustment int
poolHeadroomSize int
onDemandPoolSize int
listViewPageIndex int
poolSize int
forceMipmap int
priorityThreshold float
defragFrameTransferLimit int
minTextureSize int
maxFrameTextureCreateSize int
onlyWantedInPool bool
dxImmutableUsageEnable bool
mipmapsEnable bool
uploadMipmapsEnable bool
textureUpdateEnable bool
asyncCreatesEnable bool
loadMipmapsEnable bool
forceWantedEnable bool
updateEnable bool
poolEnable bool
defragEnable bool
defragTransfersEnable bool
chunkLoadEnable bool
instantUnloadingEnable bool
fadeMipmapsEnable bool
dynamicLoadingEnable bool
enable bool
drawStatsEnable bool
drawTextureGroupStatsEnable bool
drawTextureFormatStatsEnable bool
drawLoadingListEnable bool
drawPriorityListEnable bool
overridePoolSize bool
dumpLoadedList bool
useConditionalStreaming bool

Static members

Name Type
TextureStreamingSettings.typeInfo TypeInformation

Constructors

TextureStreamingSettings

TextureStreamingSettings()

Creates a new TextureStreamingSettings frostbite instance.

TextureStreamingSettings

TextureStreamingSettings(guid: Guid)

Creates a new TextureStreamingSettings frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

TextureStreamingSettings

TextureStreamingSettings(other: DataContainer)

Casts an instance of type DataContainer to TextureStreamingSettings. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to TextureStreamingSettings.

Properties

fadeMipmapTime

float

mipmapBias

float

maxTextureSizeKb

int

maxFrameTextureCreateCount

int

maxPendingLoadCount

int

minMipmapCount

int

maxMipmapCount

int

xenonFinalPoolSizeAdjustment

int

xenonRetailPoolSizeAdjustment

int

poolHeadroomSize

int

onDemandPoolSize

int

listViewPageIndex

int

poolSize

int

forceMipmap

int

priorityThreshold

float

defragFrameTransferLimit

int

minTextureSize

int

maxFrameTextureCreateSize

int

onlyWantedInPool

bool

dxImmutableUsageEnable

bool

mipmapsEnable

bool

uploadMipmapsEnable

bool

textureUpdateEnable

bool

asyncCreatesEnable

bool

loadMipmapsEnable

bool

forceWantedEnable

bool

updateEnable

bool

poolEnable

bool

defragEnable

bool

defragTransfersEnable

bool

chunkLoadEnable

bool

instantUnloadingEnable

bool

fadeMipmapsEnable

bool

dynamicLoadingEnable

bool

enable

bool

drawStatsEnable

bool

drawTextureGroupStatsEnable

bool

drawTextureFormatStatsEnable

bool

drawLoadingListEnable

bool

drawPriorityListEnable

bool

overridePoolSize

bool

dumpLoadedList

bool

useConditionalStreaming

bool

Static members

typeInfo

TypeInformation

The type information for the TextureStreamingSettings type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)