PhysicsRenderSettings

Inherits from DataContainer

Summary

Constructors

PhysicsRenderSettings()
PhysicsRenderSettings(guid: Guid)
PhysicsRenderSettings(other: DataContainer)

Properties

Name Type
renderSpecificPart int
viewDistance float
renderClient bool
renderEffectWorld bool
renderDetail bool
renderStatic bool
renderUngrouped bool
renderRagdoll bool
renderGroup bool
renderPhantoms bool
renderCharacterCollision bool
renderWater bool
renderSolidGeometry bool
useShapeCache bool
renderConstraints bool
renderOnlyContactConstraints bool
renderConstraintCount bool
renderActiveConstraintCount bool
renderSimulationIslands bool
renderBroadphaseHandles bool
renderDestructionConnections bool
renderPartBoundingBoxes bool
renderOnlyBoundingBoxes bool
renderInertia bool
renderCenterOfMass bool
renderLinearVelocity bool
renderCollidesWithTerrain bool
renderCollisionSpheres bool
renderEntityStats bool
renderWorldStats bool
showContactsInWorldStats bool
showInactiveContactsInWorldStats bool
showPhantomsInWorldStats bool
showFixedObjectsInWorldStats bool
renderMemoryUsed bool
collisionSpawnDebug bool
renderServer bool

Static members

Name Type
PhysicsRenderSettings.typeInfo TypeInformation

Constructors

PhysicsRenderSettings

PhysicsRenderSettings()

Creates a new PhysicsRenderSettings frostbite instance.

PhysicsRenderSettings

PhysicsRenderSettings(guid: Guid)

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

Parameters

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

PhysicsRenderSettings

PhysicsRenderSettings(other: DataContainer)

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

Parameters

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

Properties

renderSpecificPart

int

viewDistance

float

renderClient

bool

renderEffectWorld

bool

renderDetail

bool

renderStatic

bool

renderUngrouped

bool

renderRagdoll

bool

renderGroup

bool

renderPhantoms

bool

renderCharacterCollision

bool

renderWater

bool

renderSolidGeometry

bool

useShapeCache

bool

renderConstraints

bool

renderOnlyContactConstraints

bool

renderConstraintCount

bool

renderActiveConstraintCount

bool

renderSimulationIslands

bool

renderBroadphaseHandles

bool

renderDestructionConnections

bool

renderPartBoundingBoxes

bool

renderOnlyBoundingBoxes

bool

renderInertia

bool

renderCenterOfMass

bool

renderLinearVelocity

bool

renderCollidesWithTerrain

bool

renderCollisionSpheres

bool

renderEntityStats

bool

renderWorldStats

bool

showContactsInWorldStats

bool

showInactiveContactsInWorldStats

bool

showPhantomsInWorldStats

bool

showFixedObjectsInWorldStats

bool

renderMemoryUsed

bool

collisionSpawnDebug

bool

renderServer

bool

Static members

typeInfo

TypeInformation

The type information for the PhysicsRenderSettings type.

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