MeshStreamingSettings
Inherits from DataContainer
Summary
Constructors
MeshStreamingSettings() |
MeshStreamingSettings(guid: Guid) |
MeshStreamingSettings(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
MeshStreamingSettings.typeInfo | TypeInformation |
Constructors
MeshStreamingSettings
MeshStreamingSettings()
Creates a new MeshStreamingSettings frostbite instance.
MeshStreamingSettings
MeshStreamingSettings(guid: Guid)
Creates a new MeshStreamingSettings frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
MeshStreamingSettings
MeshStreamingSettings(other: DataContainer)
Casts an instance of type DataContainer to MeshStreamingSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to MeshStreamingSettings. |
Properties
defragTransferLimit
int
listViewPageIndex
int
poolSize
int
forceLod
int
poolHeadroomSize
int
listViewSortOrder
int
ps3CellDefragTransferLimit
int
xenonFinalPoolSizeAdjustment
int
maxUnloadCountPerFrame
int
xenonRetailPoolSizeAdjustment
int
maxPendingLoadCount
int
ps3CellPoolSize
int
ps3CellPoolHeadroomSize
int
instantUnloadingEnable
bool
asyncCreatesEnable
bool
dxImmutableUsageEnable
bool
overridePoolSizes
bool
useSlowTexturePrio
bool
updateEnable
bool
dynamicLoadingEnable
bool
priorityJobEnable
bool
prioritySpuJobEnable
bool
updateJobEnable
bool
defragTransfersEnable
bool
prioritizeVisibleMeshesFirstEnable
bool
prioritizeVisibleLodsFirstEnable
bool
prioritizeVisibleLoadsEnable
bool
prioritizeTexturesEnable
bool
highestPriorityEnable
bool
prioritizeNearestPointEnable
bool
drawInstanceBoxesEnable
bool
drawStatsEnable
bool
drawMissingListEnable
bool
drawPriorityListEnable
bool
drawLoadingListEnable
bool
drawMeshListEnable
bool
drawNonStreamedListEnable
bool
defragEnable
bool
enable
bool
dumpLoadedList
bool
useConditionalStreaming
bool
Static members
typeInfo
The type information for the MeshStreamingSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)