DebrisSystemSettings

Inherits from DataContainer

Summary

Constructors

DebrisSystemSettings()
DebrisSystemSettings(guid: Guid)
DebrisSystemSettings(other: DataContainer)

Properties

Name Type
meshDrawCountLimit int
timeScale float
meshCullingDistance float
drawStats int
meshBatchCountLimit int
meshStreamingPriorityMultiplier float
meshRenderingEnable bool
enableJobs bool
meshShadowEnable bool
meshViewCullingEnable bool
meshHavokRenderingEnable bool
meshDrawTransforms bool
enable bool
meshDrawBoundingBoxes bool
meshDrawCullStats bool

Static members

Name Type
DebrisSystemSettings.typeInfo TypeInformation

Constructors

DebrisSystemSettings

DebrisSystemSettings()

Creates a new DebrisSystemSettings frostbite instance.

DebrisSystemSettings

DebrisSystemSettings(guid: Guid)

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

Parameters

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

DebrisSystemSettings

DebrisSystemSettings(other: DataContainer)

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

Parameters

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

Properties

meshDrawCountLimit

int

timeScale

float

meshCullingDistance

float

drawStats

int

meshBatchCountLimit

int

meshStreamingPriorityMultiplier

float

meshRenderingEnable

bool

enableJobs

bool

meshShadowEnable

bool

meshViewCullingEnable

bool

meshHavokRenderingEnable

bool

meshDrawTransforms

bool

enable

bool

meshDrawBoundingBoxes

bool

meshDrawCullStats

bool

Static members

typeInfo

TypeInformation

The type information for the DebrisSystemSettings type.

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